-
Hello,
That's quite obvious given the beginning of `sjson.set`, but one cannot delete an empty key from a JSON object using `sjson`.
Though, this is a valid key, and `gjson` is able to manipulate …
-
Just did `jpm install joy` and I see that it pulls in /usr/local/lib/janet/path.janet, but path already comes with spork now (/usr/local/lib/janet/spork/path.janet).
-
If I select this block visually and press `==`,
```janet
(forever
(let [conn (net/accept server)
recv (msg/make-recv conn json/decode)]
(ev/spawn
(defer (:close conn)
…
-
I've learnt that on Linux you can use `-rdynamic` to load native modules from built binaries. But when looking around this flag doesn't seem to be needed on windows. However, I get crashes when trying…
-
Janet runs quite nicely in a base alpine docker image as such:
```sh
FROM alpine:latest
RUN apk add --update git gcc make libc-dev
WORKDIR /usr/src
RUN git clone h…
-
While trying to validate the packages I create I have noticed that is impossible to satisfy both CSIP103 and CSIP107
Where CSIP103 states that there must be a div with the LABEL="Representation" whe…
-
Hi, this might be a simple error.
Do you happen to know why it fails to build?
Any help or advice is greatly appreciated.
I installed raylib with nix package manager and janet with xbps on v…
-
Most implementations have been converted via https://github.com/kanaka/mal/pull/592. The following are the remaining implementations to convert:
- [ ] basic
- [x] chuck
- [x] crystal
- [x] fanto…
-
Here's the error message:
```
$ jpm
exec: Failed to execute process '/usr/local/bin/jpm': The file specified the interpreter '/usr/local/bin/janet', which is not an executable command.
$ JANET_PAT…
-
Hey Hi,
Thanks so much for the great response, actually the code works fine with a small file but as the size of rows increases the order of rows id shuffled ex:
1 Anne,Admin,50000,A
10 Gokul,Ad…