-
```
Description From Andrew Nuxoll 2005-07-14 16:09:08 (-) [reply]
I'm told that right now, the print()/print_with_symbols() statements are
still
in the kernel code and that duplicate messages are se…
-
https://github.com/stellar/go/blob/master/services/horizon/internal/helpers_test.go
https://github.com/stellar/go/blob/master/services/horizon/internal/httpt_test.go https://github.com/stellar/go/blo…
-
The way we are using the helper functions in the new mocked test will not catch bugs introduced in helper functions like `prepareTransaction`.
https://github.com/dawsbot/essential-eth/blob/69cec045b…
-
### What
_Disclaimer: I am sorry for misusing this form. if this repo had discussions enabled, I sure wouldn't open this as an issue._
I was wondering if `ts-essentials` is a reasonable place fo…
-
The helpers.php file in this package is being loaded before Laravel's. This is causing a conflict, e.g. with the "with" function. Laravel's version includes a second callback parameter. This one do…
-
**Is your feature request related to a problem? Please describe.**
When displaying media pulled from the media manager on a front-end, there is not a simple way to define which image should be used a…
-
Given only a data set to start with, should determine what inputs to ultimately give complementary_knapsack, and how to display results.
-
- [x] `S:isNumber()`
- [x] `S:isAlphabet()`/`S:isLetters()` or similar
- [x] `S:hasNumber()`
- [x] `S:hasLetter()`
- [x] `S:capitalize()`
- [x] `S:isLower()`
- [x] `S:isUpper()`
- [ ] `S:isTitl…
-
Are there any JS client libraries or helper functions available for generation of the json objects that are needed to be created to inject into the array supplied to the `json2md` function?
I'm loo…
-
* parse anchor instruction data for the sighash
add `hex = "0.4.3"` to `cargo.toml`
```rust
pub fn anchor_instruction_data_to_sighash(ix_data: &str) -> Result {
let ix_data_decoded …