Charles Brossollet

Results 14 issues of Charles Brossollet

Recently I met a problem with setting a `FloatPrefeerence` to an int value instead of its float equivalent (`1` instead of `1.0`), which sounds reasonable, but I got this error:...

If capturer is run inside the PyCharm IDE environment, the following error occurs: ``` Error Traceback (most recent call last): File "/Users/charles3/prog/opu/python/test/test_logging.py", line 27, in test_log_debug with CaptureOutput() as capturer:...

For some reason after working without problems on GCP, our sidecar instance now fails with the following error: ``` > [email protected] start /opt/cvallance/mongo-k8s-sidecar > forever src/index.js warn: --minUptime not set....

Instead of getting help, I get this message: ```$ git recall --help No manual entry for git-recall See 'man 7 undocumented' for help when manual pages are not available. ```...

I'm in a harmful situation, as I started tmux as another user for testing purposes, now I see spawning processes like `sh -c ~/.tmux/plugins/tpm/tpm`, infinitely running. Here is the output...

### Environment Node 16.17 ### Steps to Reproduce Given the following code ``` const SentryCli = require('@sentry/cli') const cli = new SentryCli() await cli.releases.new("1.0") await cli.releases.setCommits(release, { repo: "myrepo", commit:"000000000000",...

# Extension – [Linear](https://github.com/raycast/extensions/tree/e4d119ad3b2e1aaf676341d4f99fb64d331a1147/extensions/linear/) Author: @thomaslombart ## Description Projects are searched only in the team selected in the upper left dropdown, but that's not very handy (sometimes I don't remember...

bug
extension

# Extension – [GitLab](https://github.com/raycast/extensions/tree/main/extensions/gitlab) Author: @tonka3000 **Describe the feature and the current behavior/state.** Currently to access a repo's section, I need to do "Search Project", type some letters, select. As...

feature request
extension

Hello, We deploy celery-exporter on a kubernetes cluster using the public docker image (tag 0.7.5), but we get memory usage slowly increasing so that after weeeks it reaches over 1...

I'm not very experienced with 0mq, so correct me if I'm wrong, but it seems like socket::send(message&) doesn't modify the message at all? If no, shouldn't the signature be socket::send(const...