Viewing profile — jgrpf
jgrpf
HN member- Joined
- Tue, May 01, 2018, 10:28 AM UTC
- HN karma
- 29
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About jgrpf
No profile information was provided.
Recent public activity
-
comment
Comment #42326057
DbGate might fit your needs: https://dbgate.org/ It even has a demo: https://demo.dbgate.org/
-
comment
Comment #33188670
With framework maintainers providing paid support, extending services or an ecosystem with commercial components it somewhat makes sense even if not outright obvious or intentional…
-
comment
Comment #33188646
I've had a couple of cases case where a bug was not fixed in time or fixed at all which results in writing workarounds or forking which is far from an ideal solution and further re…
-
comment
Comment #28126940
React might have stabilized in the meantime but a couple of years ago the upgrade pain definitely was there.
-
comment
Comment #28126930
I switched some years ago and never looked back. What I really like about Vue is that I can use it with a build system or just add it with a script tag for a bit of progressive enh…
-
comment
Comment #27770765
Some JS seems to hijack the native scroll behaviour. The same on Manjaro Linux Firefox 89.0.1.
-
comment
Comment #24156879
But it does break a lot of times and still contains a lot of inconsistencies.
-
comment
Comment #24156869
But that's a problem: it maintains backwards compatability with a LOT of well known problems/inconsistencies while introducing more features/inconsistencies for which you can just …
-
comment
Comment #24156811
This analogy doesn't work. You can still use a lot of these legacy mistakes today.
- comment
- comment
- story
-
comment
Comment #22767081
A lot of people are scammed though by Shamans and the like. And often times they do not leave that much happier but emotionally dependant and sometimes even broke. I've seen it ple…
- comment
- story
-
comment
Comment #22001165
A couple of programs substitue that with ctrl+[hjkl].
-
comment
Comment #21483421
We use it on all our projects though it really needs improved/additional m:n handling.
-
comment
Comment #20819020
I like wuzz. An ncurses interfaces for HTTP requests that allows me to save my configuration. It's super lightweight and all I need. https://github.com/asciimoo/wuzz
-
comment
Comment #18475991
This is totally possible. You can create a sub component, register and use it in the same file as the parent component. Though not really recommended you can even do this: ... comp…
-
comment
Comment #17534779
Though rather focused on todos, I use Taskwarrior with taskd deployed to a VPS. On mobile I use it inside Termux. For code snippets I wrote an interactive CLI that supports shell h…
-
comment
Comment #17472783
But writing React without JSX is really not that great in my opinion whereas writing Vue without any preprocessor is totally fine. I know there's the option to use a JSX browser co…
-
comment
Comment #17467560
Apart from anecdotal experience telling me that fresh JS devs have a much easier time with Vue than React, I love to still have the option to use it through a simple embed without …