Pauli Jokela
Pauli Jokela
Especially on a clean install (`brew remove clobber --force && brew install --force --HEAD clobber`), it takes _2 minutes_ to install `clobber`, even on the most powerful of systems. Either...
Since the `packr2` utility is the primary culprit that increases the build time, it should we worth it if we bundle it with the application, or at the very least...
GitHub's been throwing server errors fairly often now, which is causing partially failing builds. A quick fix would be to retry each individual file upload a few times, and not...
I think having the ability to toggle the parallax effect would be nice, mainly because if the user is holding their device at a weird angle when the popup displays,...
The TypeScript definitions are conflicting with `vue-axios`: ``` ERROR in /Users/dids//node_modules/vue-resource/types/vue.d.ts 16:9 Subsequent property declarations must have the same type. Property '$http' must be of type 'AxiosInstance', but here has...
From what I've been able to gather, the disconnect handler is never getting called, and I'm assuming because there's no actual reconnecting support, the connection will basically end up in...
I'm trying to use MarkdownView with Xamarin.Forms (iOS only), but keep seeing `Could not find `MarkdownView` referenced by assembly` errors. Linking is disabled, so it's not being stripped either, although...
Please post ideas and suggestions regarding this Rust Server image here. The plan right now is to rewrite this entire image from scratch, with much more customizability and more unique...
Look at running the container on Windows and see what the major pain points there are, especially regarding volumes (filesystem, paths and permissions).
Running without mounting a volume (eg. `docker run --name rust-server didstopia/rust-server`) doesn't work, most likely due to the old path issue. Should be an easy fix though. ``` Fallback handler...