-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to fin…
-
In `get-starknet` VirtualWallet behave differently that Normal Wallet. The `enable` method defined in https://github.com/starknet-io/get-starknet/blob/51d946452326ae02cf85211ccdd7995f5d7bbce2/packages…
-
Hi,
I was looking for a esp synth for a project and I got very interested in your work, but my goal was to be able to use the synth without any additional device.
I really only need a small keyboard…
-
I am using Julia 1.5.3's MixedModels 3.1.4 package to fit linear mixed models. It offers a function MixedModels.zerocorr that is using in Julia formulas like this:
fit(MixedModel,@formula(value ~ z…
-
# Issue
Calling one of the *-CosmosDbDocument or *-CosmosDbAttachment functions against a collection with a custom partition key requires that the partition key is specified, otherwise a http 400 e…
-
This use case executes the scalar function directly. It is not used as part of a larger query.
-
I am following samples to create a simple dialog based MFC app to retrieve data from magento via REST API using OAuth1.
I have a separate RestTest class for handling the REST call. See the code bel…
-
Similar to #15 , I'm struggling to use `mapAsync()` in order to read a buffer back
I finally got the swift syntax correct,
```
var callback : (BufferMapAsyncStatus) -> Void =
{
status in
pr…
-
Am building my app using sencha 2.2, This is an excellent plugin ! You saved me a whole lot of time. Its working great. But i have face one small issue, when i pull it down i can see the Loading text …
-
It should be possible to call custom functions from lambda expressions.
For example, this should be possible:
```
BOOST_COMPUTE_FUNCTION(float, square, (float x),
{
return x * x;
});
transform(…