Results 131 issues of Manuel

I'm using `useTracker` like this: ```jsx {!contact ? null : ( MailStats.findOne({ _id: `for-contact-${contact.ID}` }), }} /> )} { LOG('METEOR TRACKER?', subscription); if (error) return undefined; // otherwise we get...

bug

# Summary Originally posted [on discord](https://discord.com/channels/478735028319158273/891351883388715079/1194202575457751050) ## Problem A UCAN encoded from nftstorage/ucan-storage is not accepted by rs-ucan because of the missing field `ucv`. found via git blame that in

If I run `devenv up frontend` but have a command in the `exec` that fails, e.g.: ``` processes = { frontend.exec = "cd page && pnpm dev --port 3000"; };...

enhancement

Could you publish this extension to Open VSX repo? This is required for usage of FOSS alternatives like [vscodium](https://github.com/VSCodium/vscodium) or Theia. The process is quite straight-forward: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions :heart:

It fucks my syntax highlighting: ![Screenshot from 2020-06-14 10-19-24](https://user-images.githubusercontent.com/2084639/84589783-f58ffa80-ae28-11ea-9a1f-cbebf3b8881d.png) ![Screenshot from 2020-06-14 10-09-57](https://user-images.githubusercontent.com/2084639/84589785-fb85db80-ae28-11ea-9ad9-53f8ee0e2ca3.png) When disabling this extension, it works perfectly fine. Why does a snippet plugin provide language definition? (There...

Trying to "Start daemon" ``` java.io.FileNotFoundException: arm64 android.content.res.AssetManager.nativeOpenAsset(Native Method) android.content.res.AssetManager.open(AssetManager.java:881) android.content.res.AssetManager.open(AssetManager.java:858) fr.rhaz.ipfs.sweet.Daemon$install$2.invokeSuspend(Daemon.kt:63) kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32) kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:236) kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594) kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60) kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742) ```

I'm not sure if possible to do it in a similarily magic way as the rest of your code, but something like this would be great: ``` Failed to foo,...

Could you publish this extension to Open VSX repo? This is required for usage of FOSS alternatives like [vscodium](https://github.com/VSCodium/vscodium) or Theia. The process is quite straight-forward: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions :heart:

The demo does not work, because the themeswitcher lib does not exist anymore. https://forum.jquery.com/topic/jquery-theme-switcher-lost-in-action

### Description I want `git diff` to stay the same, but `git difftool` to use difftastic, as described in the difftastic docs: https://difftastic.wilfred.me.uk/git.html#regular-usage ### Checklist - [x] Change is backwards...