Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
omnidan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
omnidan
10y ago
There kinda is! Have you heard of "Enterprisify"? It generates Java names like that: http://projects.haykranen.nl/java/
2.
▲
Show HN: Redux-ignore – Avoid perf problems in huge apps by skipping subtrees
(github.com)
8 points
by
omnidan
11y ago
|
0 comments
3.
▲
Show HN: Redux-recycle – Reset the redux state on certain actions
(github.com)
1 points
by
omnidan
11y ago
|
0 comments
4.
▲
Show HN: Redux-ignore – Ignore redux actions by array or filter function
(github.com)
1 points
by
omnidan
11y ago
|
0 comments
5.
▲
by
omnidan
11y ago
I think it is too. Its simplicity is what allowed me to create `redux-undo` as it is - it's basically a function that returns a new reducer function which is enhanced with undo-functionality. So much more can be done with this concept
6.
▲
by
omnidan
11y ago
It's a boilerplate for a project that uses react ( https://facebook.github.io/react/ ), redux ( https://rackt.github.io/redux/ ) and redux-undo ( https://github.com/omnidan/re
7.
▲
Show HN: Redux-undo-boilerplate – with hot reloading and error handling
(github.com)
20 points
by
omnidan
11y ago
|
6 comments
8.
▲
Show HN: Asv – Electron Version Management à la “n” and “m”
(github.com)
2 points
by
omnidan
11y ago
|
0 comments
9.
▲
by
omnidan
11y ago
Alright, I tried it out, but it doesn't seem to work on fish :( Here's the issue: https://github.com/eivind88/prm/issues/2
10.
▲
by
omnidan
11y ago
Interesting idea - the design really needs some work, though. Especially the mobile "app", which is just the website? BTW: the link in your email goes to http://dqprogram.php/
11.
▲
by
omnidan
11y ago
That's pretty cool. Sometimes I wish more people were into biology and tech, it's a good combination that I rarely see.
12.
▲
by
omnidan
11y ago
Electron really should be treated like `node` and be a dependency. Of course you could still package your apps with Electron, and you can do that with node too (if you wanted to), still nobody distributes node applications like that. Actual
13.
▲
by
omnidan
11y ago
Very nice. How well does this work with the `fish` shell? Also, have you thought about setting an envvar that stores the current project name so you can do things like display it in your shell prompt?
14.
▲
by
omnidan
11y ago
Nice! I think it's time for me to create a slack channel for coffea ( https://github.com/caffeinery/coffea ) ;)
15.
▲
by
omnidan
11y ago
Looks great, but why is the dmg so big (104 MB)?
16.
▲
by
omnidan
11y ago
Amazing. And it even works with Atom :) Is there a utility that automatically creates the test files in a specific directory? Would be nice to add speckjs to `package.json` so it builds and runs the tests before, for example, publishing. Is
17.
▲
by
omnidan
11y ago
> The GitHub API is rate-limited, and this makes a lot of API calls. Don't be surprised if things start to fall apart under load. Under normal usage (read: not running scripts on GHFS, etc), does GHFS get to the GitHub API limits? D
18.
▲
by
omnidan
11y ago
I haven't tested it yet, but it should. The magic behind redux-undo is a reducer enhancer (higher order reducer) - it returns a function that processes undo/redo and then (if appropriate) calls your reducer. If your reducer uses i
19.
▲
by
omnidan
11y ago
That's an interesting question. The simplest way would be listening to state changes in the store and then syncing the state with the server. Since undos/redos are normal redux actions, you can just handle them like any other acti
20.
▲
Show HN: Redux-undo – Simple undo/redo functionality for Redux state containers
(github.com)
41 points
by
omnidan
11y ago
|
4 comments
21.
▲
Simple real-time Reddit/HN-inspired social network crafted with React and Meteor
(now.omnidan.net)
3 points
by
omnidan
11y ago
|
0 comments
22.
▲
Show HN: Atom Shell Version Management À La “n”
(github.com)
2 points
by
omnidan
12y ago
|
0 comments