Ioannis Tsiokos
Ioannis Tsiokos
If the latest material/typography is used: > "@material/typography": "^5.1.0", ..svelte does not compile: ``` bundles src/main.js → public\bundle.js... [!] (plugin postcss) Error: Invalid CSS after "...eting-functions": expected expression (e.g. 1px,...
I am trying to run Orqa finetuning with Realm models on my own data set. I have created the blocks.tfr file and used --num_block_records=154800 which is the number of rows...
In orqa Readme ``` python -m language.preprocessing.preprocess_wiki_extractor \ --input_pattern= \ --output_pattern= ``` should be ``` python -m language.orqa.preprocessing.preprocess_wiki_extractor \ --input_pattern= \ --output_dir= ``` note that there are two mistakes
I am running an AWS Lambda with a puppeteer, and I am getting an error as soon as I add the ad-blocker ``` const AdblockerPlugin = require('puppeteer-extra-plugin-adblocker') puppeteer.use(AdblockerPlugin()) ``` ```...
### Description editablePaste subscription does not fire when editor.pasteHTML("lorem") is called ### Steps to reproduce 1. editor.subscribe('editablePaste', function (event, editable) { console.log(event)}) 2. editor.pasteHTML("lorem") **Expected behavior:** event should be logged...
At https://stakeglmr.com , as part of our backend indexing, we do: ``` api.rpc.chain.subscribeFinalizedHeads((header) => { const finalizedBlockNum = +header.number.toString().replace(/,/g, '') // DO STUFF }) ``` We have started deploying the...
Dialogflow has announced that all Facebook integrations have to switch to a new callback URL of the type: `https://dialogflow.cloud.google.com/v1/integrations/facebook/webhook/####################` Old URLs still work, but they will automatically forward to the...
My delegation appears in topDelegations for collator dmx4WhyUDhAjsMf1mRD55qApjxnqSXcSsmweHgcv8seGkrN4R ``` { owner: dmyePaCGGDBUYtb7eqQ1vmSXAkAk5qSyASwicAhZkWZfSmfZ7 amount: 99,000,000,000,000,000 } ``` There is no scheduled request for that delegation. I am trying to scheduleRevokeDelegation(collator) and...
Our backend that indexes block success rates for https://stakekilt.com, is running into an issue at block 2241767 (or the one after) ``` 2022-10-05T06:19:34.554Z 889a5f14-3378-4e27-8703-23202096acac ERROR 2022-10-05 06:19:34 RPC-CORE: getBlock(hash?: BlockHash):...
### Describe the bug Defining two aggregate tables on the same table, causes the first defined table to double count. Similarly, defining three aggregate tables on the same table, causes...