Anthony Alaribe
Anthony Alaribe
### Problem: This is an attempt at solving #12275. At the moment when an asset with a very large number of accounts (sufficients) eg u32:Max is to be destroyed, the...
inlinePerformIO function seems to have been deprecated and then removed, so this library no longer compiles on GHC 9.2
I have an eccomerce platform, and would like to build a facebook bot to interact with the platform. I;m currently using julienschmidt/httprouter for routing. How can i attach the webhook...
I took a look at the code, and panics were used in multiple occasions. In some cases with no error messages even. What do you think about the error handling?...
## Background The current currency traits are deprecated and there's currently a move to modify the existing pallets to support the fungible traits. https://github.com/paritytech/polkadot-sdk/issues/226 This is an important step towards...
This PR improves the algorithm for reanchor - see https://github.com/paritytech/polkadot-sdk/issues/897 for more details. Approach: - We first normalize/prepend target and id with the ancestor - We then remove any prefix...
https://pkg.go.dev/github.com/samber/lo#BufferWithTimeout I'm using BufferWithTimeout, and found that it makes graceful shutdown/cleanups difficult, since I can't use a `select` to select on the channel and also wait for a context cancelation....
I get this warning while compiling: ```haskell hspec-discover: WARNING - The `--no-main' option is deprecated and will be removed in a future release! ``` But my setup doesn't work if...
I have a usecase where we need to support the commonmark directives (https://github.com/remarkjs/remark-directive) and wondering if there are plans to support this, or if it's something I could contribute to....
I have a usecase where we need to support markdown directives. Is there support for this? Or is it something I could contribute? This is what I mean: https://talk.commonmark.org/t/generic-directives-plugins-syntax/444 The...