Michael Joseph Rosenthal

Results 79 issues of Michael Joseph Rosenthal

Was having a deserialization issue where the real problem was that `built_value` expected a numeric timestamp encoding but the error wasn't surfaced, so I thought it was something else entirely

For us to have a strongly typed, normalized cache: * Types must be partials like `Partial` in typescript * Relationships need to be replaced with references, possibly with associated type...

The generator (at least as I'm currently running it) is super slow. Once the target models / api are more set in stone: * Add regression tests * Investigate performance...

Is caching [hive data structures](https://docs.hivedb.dev/#/custom-objects/generate_adapter) insane?

SYSTEM INFO (Obsidian v1.5.3 AppImage, Plugin v2.0.20 on kubuntu linux desktop) ``` SYSTEM INFO: Obsidian version: v1.5.3 Installer version: v1.5.3 Operating system: #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC...

### Describe the gap in the current documentation Old docs used to have the following, but I cannot find the new equivalent ```python from myst_parser.main import to_html to_html("some *text* {literal}`a`")...

documentation

As I've mentioned elsewhere, I cannot use multipack at all locally. This makes troubleshooting `gql`'s CI a nightmare. https://github.com/gql-dart/gql/pull/114#issuecomment-643661663

Not sure of the problematic math, but `get_partitions` will error out if `num_canonical_nodes / num_physical_nodes` is not a whole number. This could be resolved by making the default conditional, i.e...

The make.md inline editor seems like the closest thing to [peek views](https://learn.microsoft.com/en-us/visualstudio/ide/how-to-view-and-edit-code-by-using-peek-definition-alt-plus-f12?view=vs-2022) found in some code editors, which I'm very fond of. However, I can't seem to find a way...