Duke Dorje

Results 20 comments of Duke Dorje

`sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /` from `https://gorails.com/setup/osx/10.14-mojave`

I also have a model called Action, and I'm running across this issue. +1

@jost-s From: https://developer.holochain.org/references/ Links to: https://github.com/holochain/holochain/blob/develop/crates/hdk/README.md Several links to the HDI point to: https://github.com/holochain/holochain/blob/develop/crates/hdk/hdi However, HDI is its own crate now. It's not within HDK any more. This link thus...

Are you suggesting the links in the documentation should link to docs.rs when mentioning the HDI? That might make sense. Especially looking at the page linked to has essentially no...

I'm seeing the `shim reaped` / `shim started` repeating in my containerd logs too. Our prod API mysteriously stops working until docker is restarted, then it works for around 5-24...

Yes, we expect multiple communities and enterprises to launch mutual credit tokens. We want it to be easy to launch a mutual credit token that's broadly compatible, especially so we...

Using the latest `vitePreprocess` in Sveltekit, this pops up because I'm using workspaces, and my ui package is not in the root of my repo. > "If your tailwind.config.js is...

So stoked about this!! Any idea of when the next release is? Last release looks like Jun 27. I'm writing a plugin to integrate wasm-pack with Vite & Sveltekit, &...

Yeah. I went down a rabbit hole upon finding this issue. Really it can be fixed by using `path.resolve()` in the plugin, to get the whole directory structure, because it...

Did a `bundle open kraken_ruby`. The gem directory is empty! Did someone delete the gem from rubygems, or forget to push the code?