Jun Matsushita

Results 125 issues of Jun Matsushita

Hi there, You might not like the added dependencies, but this is something I needed for my own project and II thought you might consider adding the feature! Cheers, Jun

feature

The first test correctly throws a `TypeError`. But the second test doesn't, it in fact throws an `AssertionError` meaning the `TypeError`exception has been swallowed.

When using a `require()`d missing import, which should be undefined, inside a `Task` the exception is swallowed. ### Steps to reproduce See upcoming test. #### Expected behaviour An exception to...

I just bumped into the problem mentioned here https://stackoverflow.com/a/38490637/3237351 and the solution was also indeed to go from `foldl = foldlDefault` to `fold f = foldlDefault f`. It feels like...

Hi there, Thanks a lot for the great library. I'm quite new to purescript so please bear with me if this is trivial. I've ran into problems with using `preact`...

enhancement

Hi there, How does one set the `defaultValue` prop on a pux element? Seems like it was in the api back in `3.1.0` but it's not here anymore. Cheers, Jun

bug

Hi there, I've reproduced the problem I alluded to in #131 about differences between preact and react. Basically it seems that when passing a children array in preact it is...

bug

References #163 mcollina/levelgraph-jsonld#47

Hi there, What is the status with Date literals? Would it be possible to have javascript `Date` objects be recognised such that instead of currently: ``` > N3Util.createLiteral(new Date()) '"Thu...

feature-request

**Is your feature request related to a problem? Please describe.** Selecting a flake.nix file from the environment selector dropdown currently doesn't work (the "Applying environment..." status keeps spinning). **Describe the...

enhancement