Adrian

Results 130 issues of Adrian

``` [adrian@blackhole:~/dev/indico/src:wip/attachments *%]> fsls sftp://blackhole/tmp/ fsnotifier-remote.log krb5cc_1000 maildump.pid maildump.sqlite portage tmux-0 tmux-1000 [adrian@blackhole:~/dev/indico/src:wip/attachments *%]> fsls sftp://nosuchuser@blackhole/tmp/ Traceback (most recent call last): File "/home/adrian/dev/indico/env/bin/fsls", line 9, in load_entry_point('fs==0.5.2', 'console_scripts', 'fsls')() File...

Take this example: https://codesandbox.io/s/react-final-form-field-arrays-p7ntw?file=/index.js - Add a row and leave it empty (to have failing validation in the array element). - Type something in the company field outside the array...

I can't find it in any of the usual places (github releases, readme, tag descriptions). Not having a changelog is really annoying when updating dependencies, especially when things break (e.g....

It's rather annoying when `pyenv install` succeeds and you only notice later that you got a broken python installation. Probably this would require parsing the build output, but I think...

type: enhancement

This was added in https://github.com/wtforms/wtforms/pull/615 but it breaks custom select field subclasses that use e.g. a list of checkboxes as they now all get the `required` attribute. Here's a failing...

The repr of the Flags class shows only the keys, but in wtforms3 flags can have a value, so the mere presence is no longer useful. Instead it should show...

For example, right now you pull in an outdated axios version.

When viewing a .diff/.patch file there is currently no syntax highlighting - and since vscode doesn't have an option to use a different theme for certain file types I currently...

If `acceptedFiles` is an empty string, everything is accepted, but if it's an empty array, nothing is accepted. Is this intentional?

Looking at https://github.com/django/django/tree/main/tests/mail they seem to have very decent test coverage. It would probably be a good idea to add those tests in here as well.