Nick Kocharhook

Results 59 issues of Nick Kocharhook

**Describe the bug** Dockerfiles have a `VOLUME` directive, but it's quite problematic and has no benefits over describing the volumes at runtime using `-v` or `docker compose`. - Here's [an...

enhancement

The method [`sharing_create_shared_link` has a `pending_upload`](https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link) argument which you can use to ask Dropbox to generate a url for a file or folder which is still in the process of...

question

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
awaiting-affected-resources

- [x] Searched existing issues to avoid creating duplicates. - [x] Confirmed that it can be reproduced in built-in themes without customized css. If it only exists in 3rd party...

If you press `Tab` in a `syntax_test_*` file on a line that has the test prefix (`#` in my case), it jumps to the next column, adds carets and the...

enhancement

This is a proposal to change Tab to enumerate the available scopes in `syntax_test` files. It would work like repeatedly pressing `^` does for meta scopes, but instead of selecting...

enhancement

I am running linkinator like this: ``` linkinator http://localhost:1313 \ --recurse \ --verbosity debug \ --timeout 10000 \ --skip 'twitter.com' \ --format CSV > broken-links.csv ``` ### 40x failures When...

I believe these are correct, and are in all the relevant locations. But please confirm! This addresses #204 in the simplest way possible.

I'm using the [SQLX geo-types example](https://github.com/georust/geozero#postgis-usage-examples), and it's failing. Has the required code changed? ```rust use geo::{Geometry, Point}; let geom: Geometry = Point::new(10.0, 20.0).into(); let _ = sqlx::query( "INSERT INTO...

I am trying to read GeoJSON from a file and iterate through the features in the FeatureCollection with their geom and feature properties. I would have thought this would be...