Christoph

Results 39 comments of Christoph

Adding to @baransu 's answer. ## _ as a convention for using reserved names This is often called [name mangling](https://en.m.wikipedia.org/wiki/Name_mangling). The old Bucklescript manual describes the applied [rules](https://bucklescript.github.io/bucklescript/Manual.html#_object_label_translation_convention): >1. If...

> > I'm curious though, what's up with the permission denied messages, e.g. `WARNING: libinput open /dev/input/event2 failed: 13 Permission denied`? > > Does your user belongs to `input` group?...

> In the meantime [1.10.1](https://github.com/alex-courtis/way-displays/releases/tag/1.10.1) has been released to avoid the cancellation issue until a proper resolution can be built. It has been released to AUR. > > Please advise...

> Apologies for the inconvenience. No need to: Thank you for your hard work on such a nice tool! > [1.10.2](https://github.com/alex-courtis/way-displays/releases/tag/1.10.2) released to AUR, reverting all cancellation behaviour changes. Like...

In my case the `hook-before-deploy` hook named `hook-before-deploy-aws-credentials` is failing because I don't use the default profile, when running `yarn webiny deploy --env `: Version: 5.37.4 Operating System: Linux Browser:...

Would it be (easily) possible to also support `StoryDefault` exported in `export` block like: ```js var storyDefault = { title: "Custom Title" }; export { hello_world , storyDefault as default,...

@i-am-the-slime I tried your branch locally and it seems `StoryDefault` in export block is not supported yet. I haven't tinkered with any tests: Do you mean the tests in [packages/ladle/tests/parse/get-storyname-and-meta.test.ts](https://github.com/i-am-the-slime/ladle/blob/patch-1/packages/ladle/tests/parse/get-storyname-and-meta.test.ts)?

Currently (without any changes), if I create a release the source code will be added to the release as an archive. This behaviour should be kept and expanded.

That's fine. The other files should be *additional* ones.

After a little reading into the libraries, I would lean towards usint [`React.E`](https://erratique.ch/software/react/doc/React.E.html) ## Types In relation to #18 : `Types` could be changed to something like: ``` type meta...