Thomas
Thomas
Hi there :) Cool project. It'd be great if you could expose a way to modify the targets that esbuild uses. I have a lib that uses bigints and as...
For [our docs](https://micro-stacks.dev/docs/overview) we have the option for folks to select which framework integration they want to use (react, svelte, etc). We have a special component that will render different...
I've been playing around with using some of the noble libs in web extensions, specifically in the background context which is similar to service workers, and this line causes issues:...
When you are constructing a transaction and you pass an incorrect function argument, the wallet will appear to have successfully broadcast the transaction, when in reality it fails because the...
There have been a few times in the last few days where I've gone to exit the wallet, and it closes but this warning pops up Latest version, everything up...
When running the api in different contexts (digital ocean, fly.io, etc) sometimes the first block does not always sync correctly. This results in the genesis events to not be present...
@zone117x would it be possible for the transaction object to contain both a stacks address and the corresponding ID if there exists one? The explorer provides options for displaying that...
many columns are of `text` type, where indexes don't really work with that format. I've found performance improvements for changing columns that hold Stacks addresses to VARCHAR(256). This allows indexes...
Hi there! I rely pretty heavily on the burnchain rewards endpoints for constructing state for stacking.club, but i've noticed that over time, sometimes the data associated with a given reward...
Useful for things like tooltips that need to be aware of their parent and adjust based off of proximity. ```js import React, { useLayoutEffect, useState } from 'react'; const emptyRect...