Tsui Yik Ching
Tsui Yik Ching
I still get a segfault with an older version of the purescript compiler. Perhaps I need to downgrade spago too? ```sh > purs --version 0.13.6 > spago --version 0.20.3 >...
Oh, it's Python 3.9.1. I use conda so I can easily downgrade. What version is supported?
It worked, thanks. We should at least mention the version requirements in the README? There's still this warning though, but not essential: ``` /home/twenty/example-hw/example_hw/ffi/Data/Ord.py:22: SyntaxWarning: "is not" with a literal....
Looking at the new branch, are you going to replace everything related to Python into Diana? Will people be able to continue using the old purescript-python?
The `optimizeDeps.exclude` workaround doesn't work if your worker file has imports. For example: `worker.ts`: ```ts import { append } from "./util" self.onmessage = (msg) => { self.postMessage(append(msg.data)) } ``` `util.ts`:...
Just change this to `return Nothing()` https://github.com/ekampf/pymaybe/blob/f755600f5478b6b595e2100417b39a7bc3de2c6f/pymaybe/__init__.py#L23-L24 Seems like you're supposed to use the `or_else()` method instead of `get()`, but then why provide a `get()` method anyway?
Thanks for the report. I can see that it isn't recognizing that `koneko-url-login` should handle the `pixiv://` URI, because it's still using the linux commands. Chromium displaying a blank page...
The code indeed only works for linux, there was no alternative commands for macOS. I think it'll be better and easier to just use the last item on the troubleshooting...