Bjarki Hall

Results 10 comments of Bjarki Hall

@xiaoxiangmoe I'm also interested in this, jsx/tsx for Vue 3 is being discussed in [vuejs/jsx](https://github.com/vuejs/jsx/issues/141). Vetur [seems to be picking up](https://github.com/vuejs/vetur/issues/2016) the work that has been done in vuedx.

@StanislawStempin I noticed MS had some trouble in the ALAppExtension repo with the relative controladdin paths, since it needs to open vscode on different folder levels and relative paths therefor...

The solution to our case was to use pragma directives to switch between paths (which were released after my last comment).

So this is the cause of my error I get to enjoy multiple times throughout the day? ``` Error: An error occurred while sending the request. Unable to read data...

@LinusBorg , [this discussion might help](https://github.com/facebook/react/issues/3965), where the terminology "reparenting" is used: Generally the discussion (incl. linked gists+rfc) revolves around the use of keys/instances to map components to their destinations...

`--browser` would likely only support nyc on manual runs but if it's being run in a controlled env, like browser automation / CI, wouldn't it be exporting a c8 like...

I've encountered this too. It seems like including the .alpackages as its own multiroot-workspace works, but it feels kinda weird. Does the Object Designer not use the al.packageCachePath of the...

If I understand the current architecture, the `test` function is extended with a mount fixture on import. So each plugin makes sure that this signature: ```ts const locator = await...

@qutreson No, but thanks for checking! At the time of the comment we had the controladdin in the same extension we were frequently publishing (a ~6000 object extension). We were...