Adrian Petrescu

Results 17 issues of Adrian Petrescu

I'm attempting to build a development version of GoKibitz and finding that it's incompatible in a few ways with NodeJS 10.16.0 LTS. This PR attempts to make the smallest number...

I was trying to use the newly-added `NOTIFICATION_URLS_FILE` feature, only to realize the image pushed to [hub.docker.com](//hub.docker.com) is almost two years old and doesn't include that feature at all. Could...

I know that the message history for this room does have some malformed events - until Synapse 0.19.3, even Element would have problems rendering its history. But it breaks gomuks...

This is very strange; when I try to `source ~/.profile` in Upterm (with zsh), I get this error: ![screen shot 2017-09-21 at 10 53 45 am](https://user-images.githubusercontent.com/14872/30702509-2a39e744-9ebb-11e7-8082-01e00e84ffc5.png) This doesn't appear to...

Elaboration Requested
Bug: Confirmed

Currently the `-o` flag only lets Spark `DataFrame` objects to be pulled out of the PySpark session into the local kernel. This patch expands that support for *any* type that...

My machine is quite beefy - an i7-6900K CPU and an NVidia GTX 1080-Ti. Purely by coincidence, I happened to run `nvidia-smi` in an SSH session after remotely rebooting my...

question

A simple `s4cmd ls -r s3://[bucket-name]` on a bucket with about 40,000 objects evenly distributed across about 100 top-level prefixes takes over 10 minutes (at the default 16 threads), while...

bug
performance

If you liked [`s4cmd cat`](https://github.com/bloomreach/s4cmd/pull/69) then you'll love `s4cmd edit` :smile: This allows in-place editing of files to a tmp file that is then transparently uploaded to S3. Much easier...

We use @electron/remote to bridge the main and renderer Electron processes, exclusively (as far as I can tell) to query the `settings.json` from within the renderer. This is considered very...

help wanted
internal
electron
good first issue

This PR makes `wallabag-cli` a normal Python package that can be `pip install`'ed (and indeed it includes a Github Action that will actually push it to PyPI on a successful...