Theodore Zographos
Theodore Zographos
Some ideas: 1. We could order by what's in the read-though cache first, then by source (e.g. nuget.org). 2. Bring source results first, make cache results "sit on-top" of the...
The problem I'm having is that I don't see results when I press Browse from the Nuget package manager and search for a package; it shows an empty list. It...
I second this. Are there any plans to support .NET Core 2.0 (i.e. .NET Standard 2.0) now that it is production-ready ?
Another proposal would be to "reference" the sinks inside the `WriteTo` array, thus converting `WriteTo` to an object. For example: ```{ "Serilog": { "WriteTo": { "Names": ["Console", "File1", "File2"], "Console":...
I used emscripten to produce the output in wasm. It worked, and I was able to add the native dependency. But I was still receiving the dll missing error. Yeah,...
@LR-brendan Specifying a `config.json` like below does not work for me. ` "data": { "tiles1": { "mbtiles": "tiles1.mbtiles" }, "tiles2": { "mbtiles": "tiles2.mbtiles" } }` My style.json has this: `...
@acalcutt The problem is not with the `config.json` file, but with `style.json`. I need to have multiple mbtiles for the same source. What do you specify in it? ``` "sources":...
Indeed, version 3.0.1 still doesn't work. Version 2.3.0 works fine.
Hello, how can I set my google drive account as the storage provider in www.excalidraw.com ?
Is there any progress on this?