Maximilian Stroh
Maximilian Stroh
I couldn't find anything on google, so is this conveniently possible? Basically the bummer for me is that I have to call `dispatch`/`commit` with a given identifier string to trigger...
It seems that roapi can fetch data _directly_ from supported RDBMS (like postgres) as well as slurping things from JSON files - I wonder if it would be possible to...
Let's say I want to generate a function which returns some TSX, like: ```typescript export default function Layout({ children }) { return ( my website {children} ); } ``` how...
Is it a bug or working as intended? When I have a nested window (fixed height), which has a scrollbar, i must klick this scrollbar to really scroll! the mousewheel...
Hey i just started to play around with compound and its ORM, but... the database choices seem to be failing for me. I prefer the coffeescript, _but tried with plain...
Hey there, awesome idea for a meteor plugin, I love the Ghost writing mode, too! But one thing that would be really. really huge: may you provide a template helper...
**Versions Used** Kaffy: 0.10.3 Phoenix: latest Elixir: latest **What's actually happening?** when creating a new record via the form, when I enter valid data and click save, I get an...
**Problem** I want to set the app icon on my desktop app (Mac OS). I didn't find something related to that in the docs or the existing issues so far,...
**Problem** **Steps To Reproduce** Steps to reproduce the behavior: - new desktop app with `dx new` - with router - vanilla css - - dx serve ... the CSS from...
Hi! I implemented your module (v0.3.0) inside a new phoenix app, following the steps in your README. First: seems that this required step is missing from your doc: you have...