Miroslav Bajtoš
Miroslav Bajtoš
As a ViM user used to the behaviour of the builtin tags commands (`:tag Ctrl-]`, `:pop Ctrl-T`), where I can easily return back to previous location after jump to a...
I love the idea of deleting old tweets and likes. After running the cleanup for my Twitter account, I received an email from Keybase.io about a broken proof. The thing...
I have finally went ahead and configured a cron job to regularly sync my twitter and mastodon posts. I have also enabled removal of old post via `delete_older_statuses` and `delete_older_favs`....
The issue #16 proposed to include the full text of the quoted tweet in the Mastodon post, the feature was implemented by 41946d1d3 and following commits. In https://github.com/klausi/mastodon-twitter-sync/pull/14, I proposed...
Once https://github.com/strongloop/loopback-next/issues/174 is done and published, we should start following LoopBack.next conventions in this project too. ~~As a short-term workaround, we may want to copy (duplicate) tslint config files and...
MongoDB is tricky - see https://github.com/strongloop/loopback-next/issues/1875 - It uses a custom `ObjectID` type for primary keys. - `ObjectID` is represented as a `string` when converted to JSON - In queries,...
We are using continuation-local-storage in LoopBack to provide a "current context" object preserved across async calls. We would like to provide the same functionality when LoopBack is running in a...
Recently, several people asked about implementing dynamic schema selection to enable schema-base multi-tenancy, where tenant isolation is achieved via DDL Schemas. (If you are not familiar with DDL schemas then...
When adding `wasi-experimental-http-wasmtime` to a project using `wasmtime` version 4.0.0 (latest at the time of writing), cargo complains about versioning conflicts. ``` Adding wasi-experimental-http-wasmtime v0.10.0 to dependencies. error: failed to...
When running on Windows, the first attempt to publish a package crashes the whole process via a C/C++ error. See baudehlo/node-fs-ext#30 for more details.