Viewing profile — daffl
daffl
HN member- Joined
- Sun, Apr 01, 2012, 10:51 PM UTC
- HN karma
- 121
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About daffl
Recent public activity
-
comment
Comment #28280288
One thing that I think is often overlooked when it comes to Deno is how the combination of secure defaults, web API compatibility and the dependency loading system can essentially …
-
comment
Comment #22131709
This is interesting because it definitely seems to be different for different types of projects like frontend and end-user applications vs. backend and other libraries.
-
comment
Comment #22131661
A big challenge I'm seeing is when it comes to tests. Even though it is documented in the contribution guide and - I'd like to think - fairly easy to get running (Clone, `npm i`, `…
-
comment
Comment #22131579
Absolutely. I really enjoy helping get people involved in open source, too and help run a once-a month workshop on how to get started with open source here in Vancouver. I'm just n…
-
comment
Comment #22122980
I'd really like to hear the perspective and success stories of "Good first issue" labels and other means of encouraging open source contributions from other open source projects. I…
- story
-
comment
Comment #20365686
I believe this is happening because it is using the same peer connection. If you start to separate instances of the browser (e.g. in a VM or another machine) you should be able to …
- comment
-
comment
Comment #20364345
A while ago I made a demo of a P2P chat application that runs on the beaker browser and uses the experimental P2P APIs. It's running at dat://feathers-chat.hashbase.io (slides from…
- story
-
comment
Comment #11304658
To handle the real-time event syncing we created https://github.com/feathersjs/feathers-sync . It uses a central Redis DB or a MongoDB tailable collection to to synchronize service…
-
comment
Comment #11304571
That sounds like something worth keeping track of. Do you want to create an issue at https://github.com/feathersjs/feathers/issues for it? The nice thing is that you most likely wo…
-
comment
Comment #11304520
Express claims to be a "Fast, unopinionated, minimalist web framework for Node.js" so we decided that minimal fits well because Feathers at it's core is just a very small extension…
-
comment
Comment #11302386
Feathers doesn't assume much on the client. You can use a module loader or the bundled Feathers client which works right out of the box. To be able to use ES imports in the browser…
- story
-
comment
Comment #10148961
Full disclosure - I am one of the Feathers developers. I think part of it is a philosophy difference. If you want a one-stop solution you will very likely always end up more locked…
- story
- story
-
comment
Comment #4072182
The download builder ran out of space on MongoDB and started returning empty files some time today. It should generate everything properly again.
-
comment
Comment #4069791
Thanks for pointing that out. It should be fixed now.
-
comment
Comment #4069785
It has been tested on all major browser including IE 7 and up. ES5 getters, CSS animations etc. will only be used conditionally if the browser support it.