-
I have a legacy config in TOML that I need to load using Fiber and I don't want to shadow a whole TOML serde just for a single mod. I saw some discussion about more serializers in #34, but Configurate…
-
I'm not happy with the current state of documentation for the API, as it requires looking through docstrings in the source code. I've been considering using an OpenAPI specification and generating a w…
-
In a conversation on Mastodon, @kevinbowen777 [reported an error](https://fosstodon.org/@kevinbowen/111752319850691579) with a failing version comparison when installing [py5](https://py5coding.org/) …
-
Greetings!
We recently got a support ticket from a customer who is using your passport oauth2 module.
They are having an issue with client authentication. The issue does not occur when using oth…
-
I tried running a WDL in version 1.1, to use the `as_map(Array[Pair[X,Y]])` function, but it doesn't work.
```
"failures": [
{
"causedBy": [
{
"causedBy": [
…
-
JayData queries return promises. Eg:
``` javascript
myContext.People
.toArray()
.then(people){
//do something with people
}
```
However, currently the promises are not [A+ complia…
-
According to BIP 78 spec
> - For each inputs in the proposal:
> - If it is one of the sender's input
> - Verify that non_witness_utxo and witness_utxo are not specified.
which we follow …
-
So this is a follow up from this discord convo!
https://discord.com/channels/722131463138705510/723573901862371449/1222612734835953764
Quick recap. Refresh was not triggering for us. We use a cu…
-
While parsing a swagger document sometimes there are errors in diagnostics but the `Paths` still contain the API operations, and I can parse the document even though there were some warnings/errors.
…
-
This is the source of the crash in tests/wpt/web-platform-tests/html/browsers/the-window-object/self-et-al.window.js:
```
pid:73015 called `Option::unwrap()` on a `None` value (thread ScriptThread P…