Stefan Houtzager

Results 15 issues of Stefan Houtzager

Interesting work. Have you looked into "type safe errorhandling"? For example https://dev.to/_gdelgado/type-safe-error-handling-in-typescript-1p4n explains it a bit.

Discussion

Currently I get my dates (defined with datatype DATE) back as f.e. "2021-03-02T23:00:00.000Z" while pgadmin gives 2021-03-03. So I get the wrong date back (and a timestamp was added). You...

bug

I just for fun refactored a couple of functions in avia/apps/admin_app/lib/admin_app/order/order.ex. The get_rummage function contains a risky String.to_atom call (see https://hexdocs.pm/elixir/String.html#to_atom/1). I removed it. The rest of the changes could...

Solved by adding the following to stack.yaml: extra-deps: - regex-posix-clib-2.7 flags: regex-posix: _regex-posix-clib: true See https://github.com/haskell-hvr/regex-posix/issues/4 I don't know how the addition would behave on other operating systems.

I addition to the PR by Reza I added the type const product : Product = await body.value (not using this repo, I'm using other tables). Helps with writing (code...

see https://elixirforum.com/t/excoveralls-library-code-coverage-objectives-inhibit-quality-improvement/14724

Code placed here executes three times

Say I have a formdefinition like the one in the attachment. How should a json with a populated grid look with f.e. two rows with data (I will manipulate the...

I see that validations on fields are executed when you leave them. Is it possible to validate all fields when clicking on the disabled submit button? Maybe it would be...

enhancement