irisjae

Results 17 issues of irisjae

Any way [this](https://runkit.com/irisjay/5a9250adfcf90c001236dd85) is possible? I know I can do something like [this](https://runkit.com/irisjay/5a9250bc3b95960012e17323), but I'm envisioning a logger with multiple disparate sources. Why is the exception being thrown anyway, I...

Hi Adam! It seems like `S.subclock` isn't compatible with surplus... which is a shame! When I substituted `s-js` in my project for `s-js/dist/withsubclocks`, the signals from Surplus and the signals...

HI Adam again. Last I've mentioned to you, that I'd have to write a small utility to convert svg to jsx, which would then be converted by surplus. So I...

``` var x = flyd.stream() flyd.on(console.log.bind(console,'one'),x) flyd.on(console.log.bind(console,'two'),x) flyd.on(console.log.bind(console,'three'),x) x('fire') ``` This gives the result ``` three fire two fire one fire ``` This seems counter intuitive to me and caused...

Often it's really annoying to rewrite long chained operations in an functional style. The https://github.com/mindeavor/es-pipeline-operator would help with this when it arrives, but for now, expressions like `flyd .on (...,...

As of now, using the prime cli to init a project breaks if only npm is installed. Checking the source, it comes from the line where `spawn ()` is used...

Hi @NadavShaar! It seems that #64 is still an issue, as of version `1.0.2`. Building a fork with my previous workaround still fixes the issue. Not sure which library is...

bug

I really appreciate the nice little project over here. But besides performance, isnt the API of spirit essentially similar to koa2? in spirit, middleware looks like `(handler) => (request) =>...

### Summary According to the Expo 48 release, https://blog.expo.dev/expo-sdk-48-ccb8302e231 `Support for the New Architecture/Fabric in all Expo packages except expo-dev-client` According to the Expo 49 release, https://blog.expo.dev/expo-sdk-49-c6d398cdf740 `The only module...

docs

### Steps to reproduce Create the following file structure ``` mkdir test-vim-1 cd test-vim-1 mkdir -p src/app/jargon/views/ mkdir -p src/app/jargon/views/ProfileEditBottomSheetView/ mkdir -p src/app/jargon/views/ProfileEditBottomSheetView/ mkdir -p src/app/jargon/views/CheckInBottomSheetView/ mkdir -p src/app/jargon/views/pages/my-account/ mkdir...

bug