マリウス
マリウス
Unfortunately this module is not compatible with flowtype and I'm not even sure if it could be made compatible, as it's flowtype itself that is trying to check the paths....
I'd like to suggest removing the `repos` configuration from the main config and instead allow for a `.softserve.toml` file within individual repos for setting the repo config values. In addition,...
As documented on [this issue here](https://github.com/elixir-ecto/ecto/issues/2026), it's impossible to get `Poison.Encoder` to derive valid JSON from an Cassandra Ecto repo, as long as `:binary_id` was set as the type for...
I'm not sure whether this is an issue or how vimwiki is supposed to work, but when I'm editing a note (in insert mode) and press `Enter`, I can see...
I've just asked on IRC and haven't gotten info on this so far, hence I'm opening this as a feature request. ## What would you like to be able to...
It took me some time to find out what's going on. A while ago I noticed dmesg being full of these messages: ``` [27532.221679] [drm] PCIE GART of 256M enabled...
I'm looking at the following code and I'm wondering whether it makes sense: https://github.com/emersion/go-webdav/blob/13fa812f94c19e869d39b3610b06bfe9f42fda35/carddav/client.go#L308-L315 From what I see `multiGet` cannot be nil, because `&multiGet.DataRequest` would throw an invalid memory address...
Sometimes I get the following error message when batch compressing jpg files: ``` thread 'main' panicked at 'assertion failed: picture.uv_stride as u32 == width / 2', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/imager-0.3.2/src/data.rs:276:9 ```
Sometimes I get the following error message when batch compressing files: ``` thread 'main' panicked at 'open input file path: ()', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/imager-0.3.2/src/main.rs:150:73 ``` I assume it's due to a wrong...
Currently the web UI loads its Material icons from Google: ```html ``` We need to change that so that it retrieves those from our own assets.