ben.txt

Results 28 issues of ben.txt

Hi, Sorry for the lack of a better title, and even worse the title is eventually wrong. But the thing I want to accomplish is to interactively play with some...

Hi, This is a late night experiment with Ale, initiated by the blog post Here's what I (have been told. to) do ``` import "github.com/kode4food/ale/compiler/encoder" import "github.com/kode4food/ale/compiler/generate" import "github.com/kode4food/ale/data" import...

Hi I like using parinfer but in this case something goes wrong. Since I cannot figure out what the problem is, I had to disable parinfer completely, because otherwise it...

'swift-lispkit': error: invalidManifestFormat("/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap:10:8: error: redefinition of module \'_Builtin_intrinsics\'\nmodule _Builtin_intrinsics [system] [extern_c] {\n ^\n/usr/local/Cellar/llvm/13.0.1_1/lib/clang/13.0.1/include/module.modulemap:10:8: note: previously defined here\nmodule _Builtin_intrinsics [system] [extern_c] {\n ^\n/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap:156:8: error: redefinition of module \'_Builtin_stddef_max_align_t\'\nmodule _Builtin_stddef_max_align_t [system] [extern_c]...

**esy version:** 0.6.10 **Operating System:** macOS 11.2.3 **Issue:** ``` git clone https://github.com/melange-re/melange-basic-template cd melange-basic-template esy ... debug build @esy-ocaml/[email protected]@d41d8cd9: 404.521942ms debug build: 405.802965ms error: build failed with exit code: 1...

**esy version:** npm -v 8.1.0 ocaml --version The OCaml toplevel, version 4.13.1 opam --version 2.1.0 **Operating System:** macos 11.6 npm install -g esy@latest added 1 package, and audited 2 packages...

**esy version:** ``` esy --version 0.6.8 ``` **Operating System:** ``` uname -m x86_64 ``` MacBook Air Early 2015, 1,6 Dual-Core Intel Core **Issue:** **Package.json** {} **esy.json** ``` { "name": "melange-project",...

Under 'Why?' you mention the 1 indexed lists and the lack of batteries. Besides I that it might be interesting to hear, why you choose Gopherlua instead of the C...

Hi I try a few thing with `hopc -j` and now I would like to call a js function like `alert`. I read all the documention available, but I'm still...

I receive 2 errors when compiling hop on macos: $ clang -v ``` Homebrew clang version 13.0.0 Target: x86_64-apple-darwin21.2.0 Thread model: posix InstalledDir: /usr/local/opt/llvm/bin ``` error log for `make`: 65...