Alexandros Katechis

Results 10 issues of Alexandros Katechis

This PR introduces the ability to parameterize routes using the syntax `/foo/:id/bar/:id`. In this syntax, the name of a parameter is not important, since parameters are captures as a `Vec`...

Hi, I was trying to figure out how to use a custom tsconfig path (in my project we use `tsconfig.json` for a "base" config file, then we have `tsconfig.server.json` and...

Is there anyway to mock/stub a salesforce server so I can write tests that don't reach out to the network? I'm currently using a stub API server via restify that...

enhancement

Dependencies seem to be broken in the latest version. To reproduce: ```typescript // sample.ts import * as denodb from "https://deno.land/x/[email protected]/mod.ts"; console.log(denodb.Database); ``` ``` > deno run sample.ts Download https://dev.jspm.io/debug@4 Download...

Specifically, I'm attempting to import `knex` via "npm:[email protected]", and I **suspect** the issue is native modules. Not sure if there's an existing issue for that, or if it's even planned...

bug
node compat

### Operating System Windows 11 ### Deno version 1.27.0 ### Nessie version 2.0.8 ### Bug description The JSDoc comment for `Info` suggests there's an `exposeQueryBuilder` option that can be used...

bug

I've set up a simple rust crate in `F:\workspace`. `cargo new hello` And insert the following 2 files in the `src` directory of the new crate: **lib.rs** ``` mod greet;...

Following the docs, I'm unable to sync my models to my DB. I'm starting with a brand new DB, with no tables so I ran `denogres --init` to bootstrap models...

I'm currently using the `postgres` library, which I've mapped using the following in my `imports` of `import-map.json`. I use both the exact name, as well as the prefix, so that...

bug
lsp

### Description Getting this error in SOD, when turning in an imperfect draenethyst crystal to Kum Isha in Blasted Lands. ``` Quest accepted: One Draenei's Junk... You receive item: [Kum'isha's...

Bug
Season of Discovery