Tobe Osakwe
Tobe Osakwe
There's this package you might want to see: https://pub.dartlang.org/packages/where
Would a PR for this be accepted?
Awesome. I'll try to send one ASAP. Thanks for the fast response!
Just adding that you can see the contents of the `external/` dir using `bazel info execution_root`. I didn't know the exact path to import until I looked there: ```bash cd...
`_VirtualDirectoryFileStream` has a `buffer` property, which is initialized to `[]`. `_VirtualDirectoryFileStream.addStream` checks if the buffer is null (in which case, it will directly write the buffer to the stream), but...
> how would you use it in the frontend? @blanklob Great question. The goal is client-side calculations of discounts. My app provides various logic conditions for when discounts should apply,...
@bkspace Thanks for your response. I'll probably stick with having a separate TS implementation, which gets built into the theme app extension. That way, I don't have to host it...
> Hi @thosakwe, just checking you're aware that [you can build functions in JavaScript/TypeScript](https://shopify.dev/docs/apps/functions/language-support/javascript)? Yes, thanks for your response. Unfortunately, JS/TS Functions aren't viable for my use case (due to...
Can these comments be removed? It makes it impossible to create a snippet that returns JavaScript code. At this time, we have to treat all snippets as HTML output.
> > [@ranjan-purbey](https://github.com/ranjan-purbey) > > Thanks for your suggestion. Can you give me an example on how to add the dummy executable? Or what command to run? > > For...