Robert Pergl
Robert Pergl
Compiling `0.6.1` with current `rustc 1.64.0-nightly (2643b1646 2022-07-27)` results in multiple errors `ambiguous associated type 'MetaData'`.
Compiling `0.6.1` with stable `rustc 1.62.1` results in: ``` error[E0554]: `#![feature]` may not be used on the stable release channel --> /home/rob/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-traits-0.7.3/src/lib.rs:104:1 | 104 | #![feature(generic_associated_types)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` Is...
Google Chrome Extension Manifest V3 does not allow unsafe-eval any more, which currently prevents using peggy. The problematic line reported is https://github.com/peggyjs/peggy/blob/244029be7d8a693ef0b1dd90fc4c14ace2bba4ea/lib/compiler/index.js#L113 (not sure if there are other places like...
``` hastec Main.hs -o ../dist/main.js -Wall -fno-warn-missing-signatures --debug || hastec: : can't load .so/.DLL for: libHSinteger-gmp-0.5.0.0-7De04errl6qF6aE1LQQO7V.so (libHSinteger-gmp-0.5.0.0-7De04errl6qF6aE1LQQO7V.so: cannot open shared object file: No such file or directory) ``` https://github.com/valderman/haste-compiler/commit/ab0f6c1bbb93e9919205c804817e99e1455aa325 built...
GHC 8.0.1, Cabal 1.24.0.0 Going according to the instructions: `cabal update` `cabal install haste-compiler` Compiles with no problem, but nothing appears in `~/.cabal/bin`
hastec: hastec: panic! (the 'impossible' happened) || (GHC version 7.10.3 for x86_64-unknown-linux): || ModOrigin: hidden module redefined || || Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug code: ``` haskell...
For a `NoLoader` use cases, i.e. "local" data, it would be nice to have sync versions of `expand` & `compact`. Of course, I am not sure how much trouble this...
Compiling Example.TodoList Error found: in module Example.TodoList at src/Example/TodoList.purs:57:26 - 57:30 (line 57, column 26 - line 57, column 30) Data constructor Example.Types.Todo was given 0 arguments in a case...
**To reproduce** SHACL Shapes -> Create Shape, write/paste in definition, hit "Create Shape" **Expected behavior** In case "Unable to read SHACL definition", a reason should be displayed. **Context** - FDP...