Selby Kendrick
Selby Kendrick
Was glancing around and didn't notice support for localization. Did I overlook it or are there plans to add support for localization in the future? P.S. Thanks for all the...
Use ubuntu/precise32 for automagic box dl instead of throwing an error on vagrant up. (Might be because of newer vagrant version)
# Improve documentation ## Link https://supabase.com/docs/guides/database/extensions/pgnet ## Describe the problem Documentation is incorrect The sql to enable pg_net extension in the doc is: ``` create schema if not exists net;...
# Summary [summary]: #summary Allow filter chaining # Rationale [rationale]: #rationale Subscriptions to compound keys or multiple criteria would be useful in some scenarios # Design [design]: #design An dense...
Uncaught Error: Assertion Failed: Passing classes to store methods has been removed. Please pass a dasherized string instead of "@model::" removing trailing ':' makes it work, at least
### What are you really trying to do? Trying to add logging with context to our workflows and activities ### Describe the bug https://github.com/temporalio/samples-typescript/tree/main/instrumentation README shows expected output: ``` 2021-11-24T15:53:45.474Z...
``` bash $ ninja -C Debug ninja: Entering directory `Debug' ninja: error: obj/webkit.ninja:234: unknown build rule 'solink_js' build obj/webkit.js: solink_js obj/src/webkit.WebView.o $ ^ near here ``` Playing around trying to...
``` bash $ git remote add selby ./config.sh Building Ninja files. Traceback (most recent call last): File "./tools/gyp-emscripten/gyp_main.py", line 18, in sys.exit(gyp.script_main()) File "./tools/gyp-emscripten/pylib/gyp/__init__.py", line 534, in script_main return main(sys.argv[1:])...
### What are you really trying to do? We want to update to the latest and have been running `@temporalio/*@1.11.2` since 9/25/24. I tried to update to `@temporalio/*@1.11.5` a few...
It would be nice if we could configure embedding generation by passing in an async function to do the generation ourselves.