B. GOR

Results 235 comments of B. GOR

can use this https://github.com/jina-ai/reader > Great idea! Although it only works with specific websites that are able to return a meaningful and short output. > > Is there perhaps a...

> I closed down the server as I said I would host it for a week... I reopened it up. > > here is the error you should get ![image](https://private-user-images.githubusercontent.com/47466848/274672067-bb53fff0-2e44-4ad6-9737-816d9b26458d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY0MjQzODgsIm5iZiI6MTcwNjQyNDA4OCwicGF0aCI6Ii80NzQ2Njg0OC8yNzQ2NzIwNjctYmI1M2ZmZjAtMmU0NC00YWQ2LTk3MzctODE2ZDliMjY0NThkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTI4VDA2NDEyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI2ZTlmZDIwN2Y4ZDhhMWNlMWNhZWQ1NzU2YTNkMzJkOWRlNmEyNjFjN2Y2M2UxZTBmMWQ2NzVjMTExMjJhODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zhidX2rMwNa_tICxsu2mzy2vZnQM1ISs5dzcds2FLF8)...

This feature allows following integration with Galaxy Browser: https://github.com/ztjhz/BetterChatGPT/assets/4569866/7bdc75ed-7fa1-4ca3-8448-bb3cbb0d0aba

Currently, HDWalletProvider manages only one address at a time. It's the first address generated from the mnemonic. Both **tokenIssuer** and **creator** should be equal to this address.

Using this library in Unity project 👍

> @mmcs85 - Please reach out to me, I'd like to sponsor supporting this repository. I own a company Hashbang Inc (https://www.hashbanginc.com) and we work closely with Wax & Tyranno...

Example ``` class RefreshAction extends Action { const RefreshAction(); @override Stream call( Context context, ) async* { if(!context.state.isLoading) { yield (state) => state.copyWith( isLoading: true, value: 1 ); yield (state)...

@aloisdeniel any ideas how to fix?

I understand that cache should be applied here https://github.com/ayoreis/import/blob/7c0d89e604c11970c896ec83f6b4660bba1ac2f8/mod.ts#L144 Alternatively, I consider doing it on my side and wonder whether it's possible to store sealedExports instead of buildResult? Currently I...

It can be merged now @ayoreis