Max Albrecht

Results 26 issues of Max Albrecht

Duplicate, original closed itself: :worried: PR https://github.com/mathiasbynens/dotfiles/pull/143 BTW: if you want to use git outside of your prompt, you can [just source the functions provided by git itself](https://github.com/git/git/blob/master/Documentation/git-sh-setup.txt) Here the...

See example below. It seems that the `Name` of a query must adhere to Ruby conventions to be used with this client, but the spec allows for more: https://graphql.github.io/graphql-spec/June2018/#Name ```ruby...

*status: to be done after first version of new borrow mobile app goes live* --- currently we only have simple snapshot tests in `leihs-ui` and browser-based integration (end-to-end) tests in...

technical
new borrow

* this feature is currently in `/my` service - can be removed there * can be done when new borrow is "stable" (always enabled) * needs an integration test (followup...

new borrow

Goal: We want to be able to abort HTTP requests, which should cancel the included GraphQL queries as well as the SQL queries that were issued as a result. Background:...

technical
new borrow

* https://web.dev/progressive-web-apps/ * https://medium.com/samsung-internet-dev/introducing-progressive-web-apps-to-samsung-galaxy-store-47ecd317725b * https://developer.microsoft.com/en-us/windows/pwa/ * apple is [also supporting it](https://firt.dev/notes/ios-14b/), quietly, and seemingly reluctantly cljs: * https://github.com/spacegangster/page-renderer * https://joecreager.com/packing-and-shipping-clj

new borrow

* click button "switch user" * dialog opens * select user/delegation * show if its possible for all reservations * confirm with OK question: do we allow switching with conflicts...

new borrow

* use `imgproxy` as local resizing proxy * API generates the image-urls to be used in the frontend * decide how to constrain the possible sizes (either size classes, or...

new borrow
specification

* new borrow: use shared `deps.edn` with `shadow-cljs` * we rolled it back because there was a "react version mismatch" bug (in dev mode)

technical
new borrow

general: * compare and contrast with @DrTom new borrow: * data loading hooks per view (like [`getInitialProps`](https://nextjs.org/docs/api-reference/data-fetching/getInitialProps)) – should work with [Suspense](https://reactjs.org/docs/concurrent-mode-suspense.html) * handling of back-button navigation (currently cant be...

new borrow