KC

Results 15 issues of KC

Any way of pasting an image you have on the clipboard into a note? Eg. when you take a screenshot

feature request

I'm getting this since recently: https://i.imgur.com/gjmu7Bc.png This is the scripts section of the page: https://i.imgur.com/9QB5Uxq.png Does anyone know what is going on here? I'm out of ideas to try.

Data retrieval works: ``` public function getFichesDataTable() { $selection = DB::table('vouchers as v') ->join('companies as c', 'v.company_id', '=', 'c.id') ->select('v.id as id', 'v.name as name', 'c.name as company'); $collection =...

I'm trying to make a sitemap for https://leesmee.com - which has over 30K pages, but the tool finishes with "Added 5639 pages, ignored 0 pages, encountered 0 errors" I didn't...

I have this Product detail page and a table 'product_price_history' which has a 'day' column, so each day it stores a record with the price of that day. How would...

enhancement

I have this really simple Mega filter to allow toggling of column visibility: But when loading the page it says: **undefined array key "symbol"** It gives that for all table...

Thank you for building this. Is there a way to remap the keys? The lighting effects are nice, but not all that useful Ideally I want the Tartarus to have...

awaiting-3rd-party

I have this table which logs a daily record for the amount of holders for a certain crypto. It's simply "DAY" => "HOLDERS" - and I want to plot this...

For example: https://www.hln.be/nieuws/binnenland/prins-laurent-in-beroep-tegen-dotatiesanctie-opgelegd-door-regering~a81f63c8/ Has a pre-screen to accept cookies, so it's trying to parse that, rather than the actually article. Can anything be done against this?

Is it possible to use the WolframAPI to calculate expressions? They are using some basic examples here: https://products.wolframalpha.com/api/documentation Would CortexJS JSON need conversion to be able to send it to...