Viewing profile — antew
antew
HN member- Joined
- Mon, Feb 10, 2014, 11:27 PM UTC
- HN karma
- 104
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About antew
No profile information was provided.
Recent public activity
-
comment
Comment #45774017
In my ghostty config I use: scrollback-limit = 512000000 keybind = super+f=write_scrollback_file:open It writes it to a temporary file and then opens the file in the default text e…
-
comment
Comment #27820657
There was a similar project to `go fix` with elm-upgrade ( https://github.com/avh4/elm-upgrade ). We migrated a ~100k LOC app at work from 0.18 to 0.19 and while it was tedious, th…
-
comment
Comment #27041527
As a D3 user for years, this looks great, the API looks really clean, congrats on the release!
-
comment
Comment #26866959
Sorry, I didn't mean to say that nobody has negative experiences with it, but that "X considered harmful" style posts tend to get more attention on sites than positive experiences …
-
comment
Comment #26866812
I think we are somewhat in agreement, Elm is certainly Evan's language and framework, and if you live within the boundaries of it you'll have a pleasant experience. I have read all…
-
comment
Comment #26863154
That "Why I'm Leaving Elm" post comes up on most Elm discussions, and I would implore anyone to give it a try for themselves before deciding against it. I've been working in Elm pr…
-
comment
Comment #26862456
Glad to see more posts on Elm out there, it really is a great language and ecosystem! Like any large project, it has some issues, but in my day-to-day writing code I have never had…
-
comment
Comment #25335483
Tailwinds also acts a design system for your site, you have a set of paddings, margins, colors, font sizes, breakpoints, etc that make up your design system. In my experience it re…
-
comment
Comment #25073106
For Safari specifically you have to use Apple's push notification service (APNS), which is a lot of hassle compared to web push. There is a ticket open for adding support into Safa…
-
comment
Comment #22823337
I always see you in these Redux threads and you are always so helpful, thank you!
-
comment
Comment #22822667
I've been working in Elm for a few years, and I feel like I can answer some of the questions. 0.19 introduced a new restriction on Native code (javascript), previously you could co…
-
comment
Comment #22251112
I don't have one on Ellie, but Ellie itself has a nice example with how it wraps CodeMirror ( https://github.com/ellie-app/ellie/blob/master/assets/src/El... ) I don't know if ther…
-
comment
Comment #22247824
They are fine for a general FFI mechanism, and in certain cases they fit into the code very nicely (e.g. websockets fit the publish/subscribe pattern very well), but for handling e…
-
comment
Comment #22246903
The company I work at ( https://halogen.tv ) has been using Elm in production for a few years now, we have around 90k LOC in Elm for the front-end, and it has mostly been a pleasur…
-
comment
Comment #19303396
We've been using Elm in production for https://halogen.tv and has been a great experience overall. The codebase is around 60k LOC for the front-end and we've settled on a few patte…
-
comment
Comment #19145941
No, but you can use the Vim plugin for IntelliJ and get it that way! There are Vim plug-ins for every IDE I've used.
-
comment
Comment #17809245
I'm so glad to see this, congrats to Evan and everyone who helped get 0.19 out the door! I've been working in Elm for about a year now and it is a joy to work with, moving from van…