Victor Engmark

Results 137 issues of Victor Engmark

`!command` is a syntax error, so this check will always "pass".

### Describe the issue ```console $ nix-shell --pure --run black Traceback (most recent call last): File "/nix/store/19w1d4gx5fb0mr9lx10pslnnrrwxzaki-python3.9-black-22.10.0/bin/.black-wrapped", line 6, in from black import patched_main File "/nix/store/639k9wgp2ch5akap7xyylcifnq1ip4a4-python3-3.9.13-env/lib/python3.9/site-packages/black/__init__.py", line 37, in from...

Running `cfn-dia html --ci-mode` results in the following error message: ```text $ cfn-dia html --ci-mode Bundling asset project/proccessing_lambda_function/Code/Stage... node:fs:585 handleErrorFromBinding(ctx); ^ Error: ENOENT: no such file or directory, open 'cdk.out/STACK_NAME.assets.template.json'...

I was very confused by `cfn-dia html --ci-mode` not creating any files and exiting with no errors or messages of any kind. Would it be possible for it to write...

I just created an account and started the client, but it takes absolutely forever to go through files, and after it reports having successfully uploaded multiple files from a directory...

This includes all the "canonical" time zone names from plus UTC. Unfortunately GNOME doesn't deal with this appropriately, so I'll have to create a sub-menu type thing. Closes https://github.com/mibus/MultiClock/issues/14.

It's difficult to test this package as a Ruby newbie...

Currently the test suite installs the optional dependency orjson. To make sure pystac also works without orjson we should run the test suite both with and without it. We can...

`test_get_sources` and `test_map_items_multiple` try to do something like this: ```python items = cat.get_all_items() item_ids = set([i.id for i in items]) for li in items: # assert some stuff ``` The...

bug

Another suggestion based on using it in a few other projects: [Poetry](https://python-poetry.org/) improves Python package management in several ways over `pip`: 1. The list of top-level dependencies and the lock...

discussion