Paul Selden
Paul Selden
We just realized that we were spending quite a bit of money on merely polling for version updates for our models which are hosted in GCS. It was doing a...
**Describe the bug** https://github.com/stellar/js-stellar-sdk/blob/d68490251b6af283df8c2d532b7332d488574f48/src/server.ts#L169 This code returns a number. However 5.0.0 changes introduced a fee as a string, so right now you have to pass String(fee). **What version are you...
Perhaps it's not possible to preserve this information, but it would be helpful to have: ``` javascript exports['Timeout test'] = function(beforeExit, assert){ setTimeout(function(){ assert.ok(false); }, 100); }; ``` ``` $...
### What did you expect to see? When following a link with an embedded XDR to the stellar laboratory, it gets cleared the first time it loads and no XDR...
This could show up under the Accounts resource as a different endpoint. Although the appears to always be returned in the account record, so maybe this way of fetching data...
I have some code like this which I use for conditionally doing a "warm start" based on a previous model -- I toggle it true or false at build time...
I'd like to see an example of adding a composable module to another package which includes an interface. The idea is that I'd like to separate my modules into logical...
Is it possible to add support for environment variables when resolving resource paths? For instance: ``` Resource %{TESTS_HOME}/my_tests/resources.txt ``` Where TESTS_HOME is an environment variable that points to something like...
I've started to mix in typescript to my angular 1 library and I'm having trouble getting ngdoc files written in typescript to show up in my documentation. ```ts /** *...
Some oauth services that I've been using do not support Authorization headers to be used. It would be nice if there was a flag to have the parameters be appended...