Jökull Sólberg Auðunsson

Results 23 issues of Jökull Sólberg Auðunsson

# What is this project? Strawberry is a code-first GraphQL library with support for asyncio style resolvers which can then call your data layer to fetch or write data. Code...

please-vote

A common feature of task processing libraries is orchestration that allows you to + define tasks that may happen in parallel (similar to `asyncio.gather`) + and what task or tasks...

enhancement
docs

`perform_paging` is broken when running SQLAlchemy 1.4.7. This fix worked for me: ```python def perform_paging(q, per_page, place, backwards, orm=True, s=None): if orm: selectable = orm_to_selectable(q) s = q.session column_descriptions =...

enhancement

Has anyone implemented face or object detection on top of Wand? I would like the ability to create thumbnails where an area of interest is included. Thumbor has a nice...

I wrote a scraper and service for the data on loftgaedi.is ... I suspect it can replace the broken particulates endpoints. ```bash ❯ curlie https://loftgaedi.onrender.com | jq ``` ```http HTTP/2...

``` [15:41:37.616] Cloning github.com/jokull/vercel-thin-test (Branch: main, Commit: c20d830) [15:41:37.962] Cloning completed: 345.359ms [15:41:38.352] Installing build runtime... [15:41:41.831] Build runtime installed: 3.478s [15:41:42.635] Looking up build cache... [15:41:46.138] Build cache downloaded...

progid:DXImageTransform.Microsoft.gradient with the same #RRGGBBAA value can act as a fallback for browser that do not support rgba values. Is this a good idea? See this article http://css-tricks.com/rgba-browser-support/

Please provide enough information so that others can review your pull request: ## Motivation Link is broken - this is a fix.

I noticed a URL queryparameter like `?import` is turned into `?import=`. Perhaps it's better to pass the `scope['query_string']` along naively to ensure URL’s are as transparent and unmodified as possible?...