ejose19

Results 14 issues of ejose19

**Is your feature request related to a problem? Please describe.** When using multiple users dealing with cookies (like auth cookies), there's no direct way to linking cookies with them. **Describe...

needs-triage

This PR allows to individually control cookie maxAge and external store TTL, for the cases where an unified control is not desired (like using with koa-redis). Usage: - maxAge remains...

*Note*: the `socket.io.js` file is the generated output of `make socket.io.js`, and should not be manually modified. ### The kind of change this PR does introduce * [ ] a...

This makes "type" command return a more accurate description than the currently `any` for types/interfaces. It's worth noting that until https://github.com/microsoft/TypeScript/issues/25894 is fixed, interfaces/enums will be shown as just "$kind...

A very simplified code to view the problem: app.ts ``` import * as Koa from "koa"; import * as redisStore from "koa-redis"; const app = new Koa(); const store =...

**Describe the bug** Currently, `tslog` overwrites `util.inspect` styles by its own: https://github.com/fullstack-build/tslog/blob/2760b4144691a354126059a9d100a8c3c4879895/src/LoggerWithoutCallSite.ts#L75-L87 https://github.com/fullstack-build/tslog/blob/2760b4144691a354126059a9d100a8c3c4879895/src/LoggerHelper.ts#L136-L144 which will affect other consumers of `util.inspect`, this shouldn't be enabled by default and instead by provided...

bug

Talking about ```boxSizing```, ```margin```, and ```minWidth``` ```js export const Box = styled('div', { shouldForwardProp })({ boxSizing: 'border-box', margin: 0, minWidth: 0, }, base, variant, sx, props => props.css, compose( space,...

I'm liking this block explorer so far, but I noticed there's no information about the fee and sat/byte or fee per weight unit, those could be shown in transaction information...

Fixes #16 This additional detection method is useful on hosts using `cgroupv2`, besides the points already mentioned in #16

It would be great if samurai supported `deps` subtool. We noticed this missing feature at https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node/-/issues/304 when implementing alpine builds.