MasterOdin
Repos
76
Followers
116
Following
24

Homework Submission, Automated Grading, and TA grading system.

466
444

A simple and lightweight SQL client desktop with cross database and platform support.

4218
492

Legacy python processor for AsciiDoc

180
53

A Formal Logic framework for python

4
3

Firefox and Chrome extension adds and extends features and functionality for Somethingawful.com

18
11

Events

delete branch
MasterOdin delete branch dependabot/npm_and_yarn/site/jquery-3.6.4
Created at 2 days ago

[Dependency] Bump jquery from 3.6.3 to 3.6.4 in /site (#9066)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Created at 2 days ago
pull request closed
[Dependency] Bump jquery from 3.6.3 to 3.6.4 in /site

Bumps jquery from 3.6.3 to 3.6.4.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 2 days ago
issue comment
Separate sqlite and mssql in sql language

To confirm what you'd accept, do you want me to leave sql like it is, make it just sqlite or sqlserver, or make it just the ANSI sql?

Created at 1 week ago
delete branch
MasterOdin delete branch dependabot/npm_and_yarn/site/webpack-5.76.1
Created at 1 week ago

[Dependency] Bump webpack from 5.56.1 to 5.76.1 in /site (#9036)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Created at 1 week ago
pull request closed
[Dependency] Bump webpack from 5.56.1 to 5.76.1 in /site

Bumps webpack from 5.56.1 to 5.76.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Created at 1 week ago
issue comment
Separate sqlite and mssql in sql language

Would a community pull request be accepted that does this? Or just a PR that adds a separate sqlite and sqlserver language definitions? I plan to do this anyway since it improves how @popsql works as an editor, but just want to make sure I land this work in the best place, be it in this repo specifically, or in a third-party one.

Created at 1 week ago

Fix single quoted string escape

Update mysql.ts

Update mysql.ts

Update mysql.ts

Add CommonJS, ESM extension for TS

Added AVX 512 types to C++ syntax highlighting

add satisfies keyword to typescript

Fix the color provider's columns

Fix the example so that the document colors' ranges encompass the entire word.

Signed-off-by: Remy Suen remy.suen@gmail.com

Use typescript.js as source for typescriptServices

Remove regex replacements from import-typescript

Also remove 'this' regex

Add new pgsql 15 functions

Signed-off-by: Matthew Peveler matt@popsql.com

Prepare for 0.34.1 (#3367)

Fix unit tests (#3368)

Smoketest improvements: (#3369)

  • Add a smoketest for packaging with vite
  • Re-enable the smoketest for packaging with esbuild
  • Re-enable the smoketest on webkit

Bring smoketest scripts together (#3370)

Add a smoketest for packaging with parcel (#3371)

  • Add a smoketest for packaging with parcel

  • Prevent parcel from bundling shims for process or buffer

Merge branch 'main' into redo-require-removal

Merge pull request #3356 from jakebailey/redo-require-removal

Remove regex replacements from import-typescript

Fix publishing CI (#3375)

Created at 1 week ago
feat: add IAM authentication support to normal Postgres (i.e. for AWS RDS Postgres)

@rathboma This doc https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html does a good job walking you through it I think. Enumerating out the steps / subsections from that is:

  1. Make sure you have IAM auth enabled for the RDS instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Enabling.html)
  2. That the AWS user you wish to use has the right permission policy attached to them to allow RDS auth (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.IAMPolicy.html)
  3. That you've created a DB user and have granted rds_iam to that user (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.DBAccounts.html#UsingWithRDS.IAMDBAuth.DBAccounts.PostgreSQL)
Created at 1 week ago

another typo

Signed-off-by: Matthew Peveler matt.peveler@gmail.com

Created at 1 week ago
Fix typos in profile README
Created at 1 week ago

Fix typos in profile README

Signed-off-by: Matthew Peveler matt.peveler@gmail.com

Created at 1 week ago
MasterOdin create tag v4.1.3
Created at 1 week ago
delete branch
MasterOdin delete branch patch-1
Created at 1 week ago

chore(release): 4.1.3

Created at 1 week ago

Remove usage of signal-exit

Created at 1 week ago

Fix referencing isSilent under strict mode

Signed-off-by: Matthew Peveler matt@popsql.com

Created at 1 week ago
pull request opened
Fix referencing isSilent under strict mode

Fixes https://github.com/db-migrate/node-db-migrate/issues/590

This PR fixes a bug where when running db-migrate under strict mode (such as via its programmable api in a TS script), you'd get an undefined error when trying to reference this.isSilent. This is because under script mode, the this object is made undefined in a function as opposed to referencing the global scope (see "No this substitution" section in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#changes_in_strict_mode). Instead, we make the isSilent variable accessible on the exports object which gives the same overall characteristics as the global this (such as being accessible and changeable via require), but that exports.isSilent can be safely referenced within the functions.

An alternative approach could be:

this.isSilent = false;
var that = this;

// use that.isSilent everywhere

but this seemed more complicated than using exports.isSilent.

Created at 1 week ago

Fix referencing isSilent under strict mode

Created at 1 week ago
MasterOdin create branch fix-isSilent-strict
Created at 1 week ago
Created at 1 week ago

[Dependency] Bump symfony/http-foundation from 5.4.20 to 5.4.21 in /site (#9005)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Created at 2 weeks ago
delete branch
MasterOdin delete branch dependabot/composer/site/symfony/http-foundation-5.4.21
Created at 2 weeks ago
pull request closed
[Dependency] Bump symfony/http-foundation from 5.4.20 to 5.4.21 in /site

Bumps symfony/http-foundation from 5.4.20 to 5.4.21.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 2 weeks ago
delete branch
MasterOdin delete branch main
Created at 2 weeks ago