I hereby claim:
- I am tinfoil-knight on github.
- I am kunalkundu (https://keybase.io/kunalkundu) on keybase.
- I have a public key whose fingerprint is 3296 318C F8A1 D526 EF92 6979 C44A B343 9817 5A40
To claim this, I am signing this object:
#!/usr/bin/env node | |
const fs = require("fs"); | |
const path = require("path"); | |
function readLines(absolutePath) { | |
const contents = fs.readFileSync(absolutePath, "utf8"); | |
return contents.split("\n"); | |
} |
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: zed [30785] | |
Path: /Applications/Zed.app/Contents/MacOS/zed | |
Identifier: dev.zed.Zed | |
Version: 0.147.2 (20240807.152727) | |
Code Type: ARM-64 (Native) | |
Parent Process: launchd [1] |
MediaExpr { | |
// Syntax Grammar | |
Main = Expression | |
Expression = LogicOr | |
LogicOr = LogicAnd ("or" LogicAnd)* | |
LogicAnd = Equality ("and" Equality)* | |
Equality = Comparison (("!=" | "==") Comparison)* | |
Comparison = Term ((">" | ">=" | "<" | "<=") Term)* | |
-- code for https://youtu.be/tp_5c6jaNQE | |
create table users ( | |
-- a table can only have 1 primary key | |
id serial primary key, | |
first_name varchar(255) not null, | |
last_name text, | |
age int, | |
email text unique not null | |
); |
I hereby claim:
To claim this, I am signing this object:
Expected Behaviour
Actual Behaviour
Screenshot(s)
Device Type: