Kenneth

Results 18 issues of Kenneth

Any plans for this? Contributions welcome?

**Expected Result** Installation of FL Studio under `/Applications` **Actual Result** `inflate error` **Steps To Reproduce** 1. download the installer (did this outside of the container) ```zsh take $HOME/Downloads/flstudio && wget...

Unconfirmed
darling-dmg

## 📜 Description Firstly, wanted to say thanks and congratulations. Heard about this because I was looking for an assembler to build a language on, and yours seems to be...

suggestion

I think it would be possible to use tree sitter to extend language support. Here's a port for go, there could be others https://github.com/kgrigorev/go-tree-sitter

enhancement

Building for osx, and am a novice to C/pp build systems. Used the following command: ```sh ./autogen.sh autoconf && ./configure make ``` Which interrupts during the `./configure` step, because: ```...

What features are not yet covered in these bindings?

This could well be better placed in the Go issue tracker, sorry if so. ```go // gen.go package main import ( "fmt" . "github.com/dave/jennifer/jen" ) func main() { c :=...