Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kolodny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: Nhx – Node.js Hybrid eXecutor (a uvx inspired tool)
(npmjs.com)
6 points
by
kolodny
8mo ago
|
0 comments
2.
▲
by
kolodny
3y ago
React is pretty performant when context isn't changing. We haven't done any benchmarking but I doubt there's any real world perf hit. For large applications the number of overrides tend to be under 20. Overrides are opt-in so
3.
▲
by
kolodny
3y ago
Creating an override is basically just providing a placeholder for a value to be injected via React Context. I view this as a form of dependency injection. Contrast this with how this would be done in vanilla Playwright with reading it from
4.
▲
by
kolodny
3y ago
The point is that you shouldn't need to rewrite your countdown component to allow testing. Can you provide a snippet of that change and what the test would look like? Not being toggle parts of the app is the root of the issue when crea
5.
▲
by
kolodny
3y ago
Author here. Can you show an example of how Playwright would progress a timer on a page? For example, how would you make this component pass faster than 60 seconds? export const Countdown = () => { const [time, setTime] = Rea
6.
▲
by
kolodny
3y ago
Sorry about that. I just added an official LICENSE file https://github.com/kolodny/safetest/blob/main/LICENSE
7.
▲
by
kolodny
3y ago
Can you clarify what you mean? Usually, e2e testers don't have a bootstrapping stage for app-level changes, only for things that can be done via the browser automation APIs.
8.
▲
by
kolodny
3y ago
Yes, that's correct. You get all the benefits of react-testing-library mounting and the ability to test the entire app as a unit.
9.
▲
SafeTest: A novel approach to front end testing
(netflixtechblog.com)
79 points
by
kolodny
3y ago
|
33 comments
10.
▲
Building the First 'Breathing' PC
(youtube.com)
2 points
by
kolodny
5y ago
|
0 comments
11.
▲
Straw Hat Riot
(en.wikipedia.org)
1 points
by
kolodny
5y ago
|
0 comments
12.
▲
microsoft/playwright – Node Library to Automate Chromium, Firefox and WebKit
(github.com)
9 points
by
kolodny
7y ago
|
0 comments
13.
▲
by
kolodny
7y ago
Nice, Swift also handles having all the transition changes as well. I wrote a small post about how to do this: https://gist.github.com/kolodny/6fa6aa34a711d36e9de01cec4409...
14.
▲
Node.js event loop workflow and lifecycle in low level
(voidcanvas.com)
5 points
by
kolodny
9y ago
|
0 comments
15.
▲
Show HN: Poel – Create a pool of cluster workers
(github.com)
1 points
by
kolodny
9y ago
|
0 comments
16.
▲
by
kolodny
9y ago
Somewhat related nodejs self plug: Use nip https://github.com/kolodny/nip $ echo -e 'this\nis\na\nwhatever foo' | nip 'return /whatever/.test(line) && cols[1]' # foo
17.
▲
by
kolodny
10y ago
One of my favorite books is the "The Chess Mysteries of Sherlock Holmes" which describes a technique called retrograde analysis https://www.amazon.com/Chess-Mysteries-Sherlock-Holmes-Recre...
18.
▲
by
kolodny
10y ago
There should be a link for you to delete it http://i.imgur.com/pwHijrG.png
19.
▲
Adding Custom Syntax to Babel
(medium.com)
1 points
by
kolodny
10y ago
|
0 comments
20.
▲
A mission control framework written with JavaScript by NASA
(github.com)
1 points
by
kolodny
10y ago
|
0 comments
21.
▲
Algolia Places – Turn any HTML input tag into an address autocomplete
(community.algolia.com)
2 points
by
kolodny
10y ago
|
0 comments
22.
▲
by
kolodny
10y ago
https://gist.github.com/paulirish/12fb951a8b893a454b32
23.
▲
Show HN: Weak-key – Get better react performance without the overhead
(github.com)
1 points
by
kolodny
10y ago
|
0 comments
24.
▲
Show HN: Wavy – use a tilde in require and import calls
(github.com)
15 points
by
kolodny
10y ago
|
6 comments
25.
▲
Show HN: Wavy – use a tilde in require and import calls
(github.com)
1 points
by
kolodny
10y ago
|
0 comments
26.
▲
React – Basic Theoretical Concepts
(github.com)
19 points
by
kolodny
10y ago
|
0 comments
27.
▲
Show HN: Deact – A React inspired DOM element template engine
(github.com)
1 points
by
kolodny
11y ago
|
0 comments
28.
▲
by
kolodny
11y ago
I wouldn't know about that. It sounds like the OP is specifically asking about people who contribute to OSS as "just a hobby"
29.
▲
by
kolodny
11y ago
As others have been saying, the "prolific programmers" have a passion to program that doesn't get satisfied by coding from just 9 to 5. Personally I tend to have waves of intense programming around the clock followed by a coo
30.
▲
by
kolodny
11y ago
That would be awesome considering you need to run _mocha with --debug-brk and it never really works that well
More ›