Florian-Schoenherr

Results 13 issues of Florian-Schoenherr

From discord, `domain.com/en-US/article` with maybe a default of `domain.com/article` ->`en-US` Notes from a noob: Articles are made up of small sections, which will probably correspond to different fields in a...

Many people don't like all the util css stuff and opinionated defaults. To combat this, first of all we should - [x] implement a `MinimalMaterialApp` component. Next thing should be...

I tried several different options (several hours) and until scrollbar-theming has some default way to be changed, this works: ``` :root { overflow: hidden; } .topmost-container-on-same-element-as-css-vars { height: 100%; overflow:...

enhancement

squash (next time I will lint before commiting) Closes: #56

![after npm install, 15 vulnerabilities](https://user-images.githubusercontent.com/65456722/144914311-12cbd535-b5f8-4c06-b70a-377b9f2c8389.png) I see that some of the libs got updated a few weeks ago, but there was no release and there are still some PRs with...

## Purpose of this pull request? - [ ] Documentation update - [X] Bug fix - [ ] Enhancement - [ ] Other, please explain: ## What changes did you...

ComposedModal also doesn't work in svelte-kit, possibly because of `onDestroy` using `document`?

documentation

The import from CDN (on README.md) doesn't work, or I'm doing something really wrong. Everytime I type a letter it throws a new error. ![error](https://user-images.githubusercontent.com/65456722/96012132-19e5fd00-0e44-11eb-8263-bc34f9b91106.png) I'm using rollup + svelte...

I have implemented some dnd stuff myself and found that I really wish for a way to retrieve the current position while dragging, so that I can potentially reconfigure the...

enhancement

It seems like the package is already null safe and in this repo, the sdk version is already set to 2.12.0, so it should just be a matter of releasing...