YeungKC

Results 20 issues of YeungKC

I hope using web3modal with svelte and follow [Using with Vite](https://github.com/WalletConnect/web3modal#using-with-vite), and I got `Module "http" has been externalized for browser compatibility. Cannot access "http.globalAgent" in client code.` demo: https://stackblitz.com/edit/vitejs-vite-ogw6et?file=src/App.svelte

v1

![image](https://user-images.githubusercontent.com/11473691/163782180-65ebafdd-adf8-4169-a99a-86e7565e3357.png) I think it is TailwindComponent? but it is any.

input: ```tsx const Div1 = tw.span`text-red-500` const Div2 = tw.div`bg-green-500` const Div3 = tw(Div1)`rounded-full` const Div4 = tw(Div2)`select-all` export default () => { return foo } ``` output: ```html foo...

Sometimes a callback may be needed to make sure that the header is fixed. Maybe it would be better to add a callback? example: ```dart SliverStickyHeader( pinnedCallback: (stickyHeaderScrollOffset){ // do...

enhancement

I'm recently improving sql performance and would like to do this with data such as execution time, EXPLAIN QUERY PLAN results, etc. Currently I am doing this by creating CustomVmDatabaseWrapper...

enhancement

I would like to ask if there are plans to launch flutter SDK?

enhancement

When I upgraded to 2.8.1, I got an error about database locked, that wasn't there before, The detailed error is : ``` SqliteException(5): while executing, cannot commit transaction - SQL...

I forgot from which version, our app sometimes encounters the error Unhandled Exception: Operation was cancelled, but recently it has become more and more frequent. We finally found out that...