Lukas Lücke

Results 42 comments of Lukas Lücke

@joshacheson Have you made any progress on this locally, and would you be able to share some of that?

I worked on something like this recently, but it's not polished enough to contribute yet - I think I'll get back to it sometime in the next weeks, but can...

I have a similar issue, except my use-case is the opposite - I have a non-nullable database field, but need the property itself to be nullable for creation (and then...

Looks good to me as well 🙂

The problem seems to be that the referenced files have `.web.js` extensions, and can't get resolved inside the built application. Not sure what the best solution for that would be...

I have added the following configuration in `package.json` to get a running application. I'm not sure if that's the intended way to solve this, but it works for now. (Probably...

@moniac Yeah it wasn't that intuitive at first, because all the guides (the one linked in the issue at the top, and also the [guide for building by electron-webpack](https://github.com/electron-userland/electron-webpack/blob/master/docs/en/building.md)) made...

Possible solutions: - `dde exec on=[container]` This uses the default argument handling of make (env variables), but introduces some cognitive overhead (need to remember parameter name) - `dde exec [container]`...

Additionally this container selection might also make sense for `start`/`stop`, `log` and possibly others.