Andres Rodriguez

Results 15 issues of Andres Rodriguez

When I run the following simple test, I get leaked ops. Am I doing something wrong? Please advise and thanks much. ```typescript import { assertEquals } from "https://deno.land/std/testing/asserts.ts"; import {...

Pressing Ctrl+Tab does not take you to the next tab.

Is is being updated with new versions from 1Password? The last commit seems rather old.

A selector like ``` p! span::target ``` does not work for me. Is it possible to make it work?

### Marko Version: 5.15.7 ### Details When I try to run: ``` this.app.use(markoExpress()); ``` I get "ReferenceError: markoExpress is not defined". I looked into the types in the package "@types/marko"...

type:unverified bug

The top note on the [Rendering](https://markojs.com/docs/rendering/) page has a hyperlink on the "require extension" and links to the [Installation](https://markojs.com/docs/installing/#require-marko-views) page. However there is no mention of the "require extension" mechanism...

type:unverified bug

It would be very nice to have the queue emit other events, such as empty.

enhancement
help wanted

When trying to use oak to unit test some REST services, the server seems to leak async ops. Simplest code to reproduce below. Would love to know if I am...

**Issue type:** [ ] question [X] bug report [ ] feature request [ ] documentation issue **TypeORM version:** [X] `latest` [ ] `@next` [ ] `0.x.x` (or put your version...

Hi, Thanks for the example, it has been very useful. Had a question about generating a render function in a server less manner. I have a file with simple HTML,...