Luke Swart
Luke Swart
And turn off email notifications
- Implements a new method `update` that takes an object of login plug-ins to be updated. For example, the `opts` parameter used for updating an `accountdown-basic` plug-in would be as...
Is there a way to configure `bemenu` so that the data that's displayed is different from the output?
For example, consider a list of options in the following format: `[d+],%s` (eg: `123,my option`), where the numerical ID (`123`) is separated from the description (`my option`) by a comma....
For example, Haskell County in Kansas is missing from the reference file, here: https://github.com/jgoodall/us-maps/blob/master/reference/zips-by_county.json Although I see we have Haskell County is in the county-codes reference file here: https://github.com/jgoodall/us-maps/blob/master/reference/county-codes.json The...
I have solutions in Rust here: https://github.com/modulitos/CtCI-rust/tree/master/src/bin I did my best to write the solutions clearly and in idiomatic Rust, but I'm open to feedback :) Chapters 1-4 are completed....
It looks like Sidekiq Pro supports sending metrics to Statsd: https://github.com/mperham/sidekiq/wiki/Pro-Metrics#commercial-metrics and to support Prometheus, the only suggestion is to use the [statsd_exporter](https://github.com/prometheus/statsd_exporter#overview). However, at the top of that project's...
First, thank you for the amazing talk at PyCon :-D I signed up for a Planet api key by creating an account here: https://www.planet.com/account/ and I am following your demo,...
We need better dependency management for our `flavors` and `base` apps. These currently exist as separate [Django applications](https://docs.djangoproject.com/en/1.10/ref/applications/), where each flavor lives as a folder under our `flavors` app. This...
Resolves https://github.com/types/sequelize/issues/139
**Note: This proposal is currently being implemented here: https://github.com/rails/rails/pull/45081** I’m looking for feedback on a proposal to improve the formatting of auto-injected SQL comments in Rails 7 (via [QueryLogs](https://blog.saeloun.com/2021/09/15/rails-maginalia-query-logs.html)). It...