-
We should think/talk about MCMC algorithm API and tfp interop.
@marcrasi says:
As a direct translation of the Python API, the current API looks right to me. If you want to go this direction, the…
-
The tool currently has no option for people who want to scaffold a NextJS tool, it will be cool if we created a NextJS option.
The NextJS option should have:
- A JavaScript variant
- A TypeScri…
-
The current design of DefaultsAdapter relies on it being used via the global variable Defaults which is a var. But using that global variable is not ideal for testing so I'm trying to use this library…
-
-
Hello!
I'm interested in i2p for iOS so I grabbed your project and started to work on it. I have successfully updated and built i2p, boost and openssl but am running into numerous errors with the w…
-
In @ricobeck's presentation today we looked at this part:
https://github.com/finnvoor/PlaydateKit/blob/03ee2e132a1ec7865b9d5a428a1c6975cbb011ef/Sources/PlaydateKit/Core/Sound.swift#L227-L237
#…
-
published etc
-
The swifties of HTMX on twitter are asking "why not HTMX?".
While I'm not as enamoured by HTMX as some, there is a good argument to build a frontend that requires no javascript, with optional impro…
-
Currently this framework named "SDWebImageSwiftUI"
However, the SDWebImage part is only the dependency, most of common usage code does not related to SDWebImage itself. The only Public API now can …
-
When first implementing this library, ObjC compatibility was in mind all the time.
And so, `is` getters were written too. The problem is, there was no feature like `getter=...` in Swift. (There's a r…