Edmundo Lopez

Results 6 issues of Edmundo Lopez

Use two new dependencies to develop an enhanced command line tool. (Issue #191) - [Commander](https://www.npmjs.com/package/commander) - [Promptly](https://www.npmjs.com/package/promptly)

Add a simple DB schema to a new directory called **database**. On that directory you will find the [*liquibase*](https://www.liquibase.org/) properties, a *MariaDB* driver and a change set file. Also, a...

These are the Pool class definitions: ```typescript export class Pool extends EventEmitter { spareResourceCapacity: number; size: number; available: number; borrowed: number; pending: number; max: number; min: number; start(): void; acquire(priority?:...

Update getBlockContent to recursively retrieve all the children blocks. resolves #13.

getBlockContent is not retrieving all the children blocks. This causes the model not receiving the full context.

- Added Excalidraw tool buttons to the palm guard Floating Modal for improved accessibility to basic stylus drawing tools. - Selection, Pencil, Eraser, and Hand Tools. - Added UI styles...