Markus Kohlhase

Results 142 issues of Markus Kohlhase

... and instead of binding the user to a specific time library, the `UnixTime` should be converted by the user depending on the use case.

I'm trying to use `gloo-net` in a web extension with manifest V3 but this does not work because of #201. Fortunately @cdata [found a workaround](https://github.com/cdata/gloo/commit/b23035decc9ce41f40680d52ac7b85add0d00104) :smiley: That at least avoids...

In html5 it is possible to render in-line SVG. How can this done with CoffeeKup? ``` coffeescript body -> svg -> g -> line x1: 0, y1: 0, x2: 33,...

Are there any chances to get a full ACID version of rdfstore-js? MongoDB itself doesn't support ACID transactions so maybe using a different DB could work?

It would be cool to be able to convert to an from CMYK :)

color type

This crates is somewhat outdated. It uses the deprecated `eventual` crate that was replaced by `futures` and `tokio`. There is a lot of work to be done to shift it...

Here is an example that demonstrates how you can use leptos for SPAs that use some kind of a API token (e.g. JWT). **Motivation**: I am considering porting an existing...

@orottier first of all: I really like your approach to **not** re-invent the wheel and to use an existing API as a starting point :+1: And thanks for all your...