Viewing profile — slmgc
slmgc
HN member- Joined
- Sun, Aug 27, 2017, 9:39 AM UTC
- HN karma
- 63
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About slmgc
No profile information was provided.
Recent public activity
-
comment
Comment #16732634
Updated the readme, added a few comments, changed some names
-
comment
Comment #16732586
Added a FAQ section: https://github.com/slmgc/Nothing#faq
-
comment
Comment #16725768
Wrapping you code into a try/catch block decreases performance even more, you don't want to do that. You might want to check it out: https://github.com/GoogleChrome/proxy-polyfill
-
comment
Comment #16724953
Yep, it's way easier to implement in some other languages. Btw, is it callable as well? Can you do Whatever.new().foo.bar().baz with it?
-
comment
Comment #16724691
I agree, examples can be (and will be) improved with additional comments.
-
comment
Comment #16724495
I've seen this one: https://github.com/GoogleChrome/proxy-polyfill
-
comment
Comment #16724400
idx requires a transpilation step. > you try to access a property on a value that's null (which you think isn't null), and instead of getting an error, nothing happens You can chec…
-
comment
Comment #16724368
Nope, hint won't help here as it gets `default` instead of `number`.
- story
- story
-
comment
Comment #15112599
Yep, it works just fine without Preact's compatibility layer: import {h, Component} from 'preact' import {ReactHintFactory} from 'react-hint' import 'react-hint/css/index.css' cons…
-
comment
Comment #15112580
I made this library a while ago, long before all this hype about React's license (which was with the questionable clause from the beginning). I added support for Preact as I liked …
-
comment
Comment #15112459
Nope, it's a pure coincidence as I've made the button style just to record the GIF. As for the tooltip itself, it uses a generic style, but thanks for the link to your project, loo…
-
comment
Comment #15112430
That's a good question, thanks! I didn't think about that, but, surely, this functionality should be added. I will try to research what would be the best solution for accessibility…
- story