Olle Lögdahl

Results 9 issues of Olle Lögdahl

My implementation of the feature suggested in #741 Works for the most part, missing 2 features: - By default, the save dialog window requires all files to end in .lpp....

At the moment, the following is not possible: ``` #include "/home/usr/foo.typ": foo ``` This should probably be a feature, and should be handled in two ways: - Paths prefixed by...

One of my favourite features of LaTeX and *roff is extendability. For example, `Tikz` is quite powerful LaTeX, but the macro's `pic` (for writing pictures), `chem` (for writing chemical-compounds), `grap`...

I think we need a place to discuss drawing primitives. For example: - **Polygons** - **Bezier curves** Im currently working on polygons. I think this will use the existing (internal)...

I seem to not find any good documentation of the complete model architecture. Specifically I'm looking into how the tensor weights are stitched together between files. As all `.pth` files...

Related to https://github.com/typst/typst/issues/443.

**Describe the bug** When trying to resolve a subrouter that has a `/` path, it fails. **To Reproduce** Steps to reproduce the behavior: ```ts function Ok() { return ( Ok...

bug

**Case** The workflow described in the main README document is not out of the box achievable trough gRPC (see https://github.com/seaweedfs/seaweedfs/discussions/2297). This includes reading & writing a BLOB to a volume...

# What problem are we solving? Currently, only the http API on the volume server can create new blobs and automatically handle replication. This patch adds a gRPC API that...