Results 143 comments of Luka Jeran

@101arrowz here's my reproduction: https://github.com/lukaw3d/reproduce-parcel-webextension-codesplitting-broken - uses `[email protected]` and `@parcel/[email protected]` - manifest v2 with two entry points: background.ts and popup.html - both entry points import something large (lodash) - users...

Individual files have to be smaller than 4MB when publishing Firefox extensions: - https://discourse.mozilla.org/t/bug-with-uploading-large-files-in-addon/85407 - https://discourse.mozilla.org/t/firefox-web-extension-background-script-to-bundle-or-not-to-bundle/82805

I think I might know how to reproduce this bug: Whenever you change the location in `#widget_location` by a little, so that you still see **the same canvas features**, a...

I tested my steps again on public demo [Volvox mythicus example/test data](https://jbrowse.org/code/latest-release/?loc=ctgA%3A9900..32510&tracks=DNA%2CTranscript%2Cvolvox-sorted-vcf%2Cvolvox-sorted_bam%2Cvolvox_microarray_bw_xyplot%2Cvolvox_microarray_bw_density&data=sample_data%2Fjson%2Fvolvox&highlight=). Small location changes still cause this

> @tjanez : @lukaw3d, can you re-check if this is still an issue with [@oasisprotocol/ledger 0.2.1](https://www.npmjs.com/package/@oasisprotocol/ledger/v/0.2.1)? - https://wallet.oasisprotocol.org/: `Unknown ledger error : Unknown Status Code: undefined` - https://wallet.stg.oasisprotocol.org/: `Unknown ledger...

This works well after newest ledger app update without "Pending Ledger review" step

Some issues: - no support in oasismonitor - no support for ledger accounts - needs to model more oasisscan endpoints in swagger - needs to show list of paratime transactions...

Current extension has _fee amount_ and _fee gas_ hardcoded: - https://github.com/oasisprotocol/oasis-wallet-ext/blob/ccaf2b841888cd7187c89ab0e812b635f62efe64/src/popup/pages/Send/index.js#L187-L189 - https://github.com/oasisprotocol/oasis-wallet-ext/blob/542bb4b0f6fa6928027378681819e61bdee3a054/src/background/api/txHelper.js#L312 It would be better to query RPC _queryMinGasPrice_. For reference, @pro-wh abandoned it because of complexity: -...

Related: warnings in extension - https://github.com/oasisprotocol/oasis-wallet-ext/pull/236 - https://github.com/oasisprotocol/oasis-wallet-ext/pull/245 - https://github.com/oasisprotocol/oasis-wallet-ext/pull/271

We probably want pagination or specifying paths, because listing accounts from ledger is so slow: - ledger s: 5 accounts: 6429 ms - ledger x: 5 accounts: 2560 ms