Erik Bjäreholt

Results 265 issues of Erik Bjäreholt

When trying to run `cd aw-server-rust && ./compile-android.sh` from the aw-android repo it fails when trying to build `openssl-sys`, but if I run `./compile-android.sh` directly from the aw-android folder it...

I saw you mentioned in 037d875ebd0f2b2dcdadc7618675ef0071b644d6 that Swagger support won't be reimplemented, but Swagger support is actually trivial to reimplement. It's as easy as copying the API spec generated by...

enhancement

I found this section about benchmark tests in the Rust docs and thought it might be relevant to write some for tests in aw-transforms or aw-query: https://doc.rust-lang.org/1.7.0/book/benchmark-tests.html There's also this,...

A couple of things: - We need to be able to create instances of the database that do not migrate/update like the local instance does (to ensure that they are...

The idea is to split the big resources.py file into smaller files, like the code examples for flask-restplus.

review

~~This will be slow, it will be computationally expensive~~, it won't allow two-way sync of buckets (the host that created the bucket will always be authoritative), but it'll work. -...

review

http://werkzeug.pocoo.org/docs/0.12/contrib/profiler/ `--profiling` would do it.

WakaTime has a settings file that enables setting a `api_url` and `api_key`. This can be used to effectively route all WakaTime requests directly to another entity (probably for debugging purposes)....

nice-to-have
feature

Should include a guide for how to set it up with [Lets Encrypt](https://letsencrypt.org/getting-started/).

Helps a lot with discerning adjacent arcs with the same color. Issues: - [ ] Doesn't redraw properly when checkbox is marked/unmarked (not sure why that is). ![image](https://user-images.githubusercontent.com/1405370/108701094-cbd6b980-7507-11eb-912e-599ce756e2b0.png)