Yann Malet

Results 12 issues of Yann Malet

While trying out this project I tried and fail to run it against [kilo.c](https://github.com/antirez/kilo) ``` c2go kilo.c panic: could not match regexp '(?P[0-9a-fx]+) (?P [^ ]+)?(?P referenced)? (?P\w+?) '(?P.+?)'' with...

d: bug
a: large

FIler models should have a ForeignKey("sites.Site", null=True, blank=True).This field can be hidden in `/admin/`. It will let people to take advantage of the site framework when they need it. I...

stale

I have created an account on planet.com. Copied the api key from https://www.planet.com/account/#/ into a file called apikeys.json inside the root of this project. ``` {"PLANET_API_KEY":""} ``` But when I...

This is the second time that I stumble on this project. I sent you a PR few days ago. There is something that annoyed me in your API. Some of...

v4

The changes github.com/gopherjs/vecty/example/todomvc/ => github.com/bketelsen/wasmplay/todomvcvecty/ github.com/gowasm/vecty => github.com/bketelsen/wasmplay/vecty github.com/gopherjs/js/ => "github.com/gowasm/gopherwasm/js" in the main function we need to block to not exit the app ``` c := make(chan struct{}, 0)

``` Exception in thread kolo-save_request_in_db: Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner INFO "GET /sitemap-news.xml HTTP/1.1" 200 493 self.run() File "/usr/local/lib/python3.10/threading.py", line 953, in run self._target(*self._args,...

```python kolo-save_request_in_db: Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.10/site-packages/kolo/profiler.py", line 233, in save_request_in_db self.db_path, self.trace_id,...

### Environment The latest version of sentry-cli on pypi is 2.21.2. What is the process to get the newer version on pypi ? ![image](https://github.com/getsentry/sentry-cli/assets/125902/f7419508-367f-4fca-98ad-7043094c150e)

Status: Backlog

I am wondering if any of the work done in this repo is going to add support for the gnupg 2.1 way of handling private key. As described in the...

I think that the encrypted password file will beneficiate from being structured, at the moment we are only storing 3 arbitrary fields: - name - username - notes i would...