Geoff Little
Geoff Little
## 📖 Documentation As the title asks, what's the difference between Map and Record? I noticed that Record at https://gcanti.github.io/fp-ts/modules/Record.ts.html had more functions under "utils" than does Map at https://gcanti.github.io/fp-ts/modules/Map.ts.html,...
# User Story As a Notable user, I'd like to provide a data set and a command to render a chart in the Notable markdown preview. # Example For example,...
`future_prices` is initialized to `None`, https://github.com/tradytics/eiten/blob/master/data_loader.py#L51 If `is_test` is not `1`, `future_prices` doesn't change, https://github.com/tradytics/eiten/blob/master/data_loader.py#L99 `future_prices` as `None` is called with `.values`, https://github.com/tradytics/eiten/blob/master/data_loader.py#L111
Rather than using the custom-rolled `DateTime`, `Period`, `Dur`, etc. objects, migrate to using Java 8's Date / Time API (`Instant`, `Period`, `Duration`, etc.).
I'm attempting to write a node application that transcribes audio from a microphone via AWS' streaming transcription service, it's heavily based off of the amazon-transcribe-websocket-static example. What I have so...
Define the congress api in terms of the OpenAPI specification [1]. This allows automated server, client, and documentation generation. Please see tools that implement the spec like swagger [2] which,...
### Describe the feature you'd like Mesh should have some functionality that verifies that `plutus.json` matches the output of `aiken build`. ### Is your feature request related to a problem?...
Hello! I'm working on a project that compiles to WASM and would love to use `taskchampion` as a library. Currently, this isn't possible due to a dependency that doesn't support...
This PR introduces support for compiling to the `wasm32-unknown-unknown` target, enabling its use in WASM environments. To achieve this, several changes were made: * **WASM-Specific Dependencies:** `Cargo.toml` now uses target-specific...
### Checklist * [x] I've looked through the issues and pull requests for similar reports ### Describe your issue When attempting to cross-compile for an `aarch64` target on a native...