python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
alasql & grouping functions: use Javascript or AlaSQL to create the resulting object?
Below the input data:
[
{
"name": "jim",
"color": "blue",
"age": "22"
},
{
...

Fabrice
Votes: 0
Answers: 0
Test random URLs from spreadsheet using alasql
I have a large number of URLs within a xlsx file. What I'd like to do is randomly select some of these URLs, load them, then check that they return a status code of 200.
So I'm using the npm alasql pa...

Darren Harley
Votes: 0
Answers: 1
Options Page error using alasql when updating to Manifest v3
I am migrating a chrome extension to manifest v3 and keep getting an error in the options page when using alasql.
I get the following error when using any SELECT query.
Uncaught (in promise) EvalErro...
Mit
Votes: 0
Answers: 1
Alasql - Manifest V3 migration error - doesn't allow content scripts to use eval() and friends
I'm having trouble executing eval() and friends for alasql, it is not supported to manifest v3 migration for chrome extension.
Based from their Manifest V3 migration checklist:
You can no longer exec...
Shaw Donaire
Votes: 0
Answers: 0