Phil-Bastian Berndt

Results 28 issues of Phil-Bastian Berndt

Is there a possibility to **download** only newer files? I tried [gulp-newer](https://github.com/tschaub/gulp-newer) and [gulp-changed](https://github.com/sindresorhus/gulp-changed) - but neither of them work, because the vinyl-ftp file objects have no `.stat`. ## gulp-newer...

enhancement

We just setup Azure AD. The first login / registration works like a charm. But when we logout and login again, we get the following error: ``` Request: POST /auth/azure/callback...

## Environment: - OS: 17.5.1 - IceCubesApp version: 1.10.42 ## Description I can not add https://genserver.social/ to my local timelines. The app just hangs (?) and pressing the „Add“ button...

bug

see for more info: https://hexdocs.pm/credo/Credo.Check.Refactor.LongQuoteBlocks.html

enhancement

Currently, Backpex just assigns the items as a list. It is recommended to use the newish [LiveView streams](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#stream/4) for any kind of collection. ### Todos - [ ] Assign items...

Between Cancel and Save, there should be a "Save & continue editing" button. By clicking the button, you can save the form without getting redirected to the index / show...

feature
good-first-issue
hacktoberfest

We should make the `field_input` component generic so that it can be used by other projects as well as wherever we need form inputs in backpex (e.g., filter).

feature

The [`apply_criteria`](https://github.com/naymspace/backpex/blob/0.3.1/lib/backpex/resource.ex#L180) function expects a `field_name` to be present in the order criteria, but we do not set the value in the case `order_by` contains a value that is not...

Filters should work in the same way as fields: without defining a separate module. We should provide a set of generic filter modules which can then be configured in the...

needs-discussion

``` app-1 | * 1st argument: not an already existing atom app-1 | app-1 | :erlang.binary_to_existing_atom("ddd", :utf8) app-1 | (backpex 0.2.0) lib/backpex/live_resource.ex:2081: Backpex.LiveResource.maybe_to_atom/1 app-1 | (backpex 0.2.0) lib/backpex/live_resource.ex:1721: Backpex.LiveResource.order_options_by_params/4 ```...