Mathias Polligkeit

Results 74 issues of Mathias Polligkeit

Steps to reproduce: * elm init * elm-test init * elm install etaque/elm-form * elm-test Versions: * elm 0.19.0-bugfix2 * elm-test 0.19.0-beta10 Output: ``` -- INVALID PACKAGE DEPENDENCIES --------------------------------------- elm.json...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

bug

Adds `enum` values from identity schema to node meta. I chose the meta instead of the attributes because there is no official enum attribute for HTML inputs. I didn't change...

(moved from discussion) Kratos version: v0.10.1 Following the [documentation](https://www.ory.sh/docs/kratos/concepts/credentials/username-email-password#use-case-multiple-e-mails-and-password), I set up an identity schema that allows a user to have multiple email addresses. ```json { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Person",...

bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

I defined an interface like this: ```elixir interface(:notification) do field :id, non_null(:id) # a bunch of other fields with resolver functions that resolve the same for every interface implementation end...

Excel has a feature called [phonetic guides](https://support.microsoft.com/en-us/office/use-furigana-phonetic-guides-with-japanese-text-673b30ed-6bbd-4759-870f-0e5616955e9a) for Japanese characters. When kanji are entered in a column, Excel adds phonetic guides as katakana. In Excel, these guides can be hidden...

- [x] #194 - [ ] #225

enhancement