Michael Gerzabek
Michael Gerzabek
All files from _data folder within remote theme are accessible in consumer projects. The behaviour is exactly the same as for overrides of _includes and _layouts. Data files with the...
Upcoming releases of Jekyll will be able to read data files from within themes ([see PR](https://github.com/jekyll/jekyll/pull/8815)). Another [pending PR](https://github.com/benbalter/jekyll-remote-theme/pull/89) will enable reading data files from remote themes. To make a...
### What's the problem I integrated the extension into Eclipse Theia. After launching I got the error message `Activating extension 'Markdown All in One' failed: Cannot convert undefined or null...
After the exceptional theia kick-starter training with [Jonas Helming](https://github.com/JonasHelming) from [EclipseSource GmbH](https://eclipsesource.com/de/technology/eclipse-theia/#eclipse-theia-training) I found that it would be good to have an easy starting point for either backend service extensions...
[Jekyll](https://jekyllrb.com/) allows for frontmatter in posts and pages. Frontmatter has to be at the beginning of the file, and starts and ends with three dashes (---). It would be awesome...
Hi @27pchrisl, on finding an odata-ish solution for my [$expand pivot problem](https://github.com/flat3/lodata/issues/838) I created a custom `BelongsTo` relation on my pivot model `Contactable` like ```php #[LodataRelationship] public function customer(): BelongsTo...
I have a problem getting the pivot attributes of a polymorphic many to many relationship. Is this possible with this library? Let's assume whe have four tables, `Students`, `Teachers`, `Courses`,...
The attributes in the markdown string `## Here's the problem… {#id .text-xl .lg:text-3xl}` are not parsed due to the given regex failing (see [L685](https://github.com/erusev/parsedown-extra/blob/fd33d68349630d18d56367712a64445a6e0bc83e/ParsedownExtra.php#L685)). To also allow colons in class...
When developing a custom control in typescript that makes use of a recent version of [d3](https://d3js.org/) I realized that the `ui5-tooling-modules-middleware` server middleware is not able to replace `d3` version...
**Add Support for Modular OData Service Endpoints** This PR introduces a powerful mechanism for defining **modular, multi-endpoint OData services** in Laravel when using `flat3/lodata`. It enables a clean and scalable...