Thomas Portelange
Thomas Portelange
# Bug report - Version: 0.0.9 ## Description I'm trying to use now dev on windows but i get these messages ``` > Ready! Available at http://localhost:3000 > Building [email protected]:api/index.php...
Hi, I had to make a small improvement for one of my customer. Basically the problem is this: - Some actions need to be done often (and choosing one in...
This is: ``` - [ ] a bug report - [x] a feature request - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) ``` ### What...
Hi there, I've been looking at your library and I'm wondering what is the purpose of using a single slot within the shadow dom? Since basically everything that is injected...
Since the last update, I'm not able to build with esbuild I get something like this (using 2.1.1, it was working before) > esbuild --bundle --minify --loader:.bin=file --loader:.wasm=binary --sourcemap src/index.js...
Navigate to a ModelAdmin section and quickly click on a row. If you click too fast, the url parameter is not set yet and result in a js error. It's...
I have a large Gridfield in a ModelAdmin section and there is no horizontal scrollbar to see the content. Also, there is a scrollbar on the whole page (not the...
So here is my scenario I have a Model with a GridField for my SubModels. These SubModels have an SubSubModels GridField as well. if I do $fields->makeReadonly() on my Model,...
I upgraded one of my project to 4.2 today, and I realized now on each admin page there is an ajax call being made to graphql/types (sometimes two, but that...
Hello, Here is a suggestion for the UploadField. I had a valid feedback from a customer saying that to know which file has been uploaded through an UploadField, you need...