Murat Gözel

Results 11 issues of Murat Gözel

Hi, I would like to thank to the maintainers of the calver.org since it helped me a lot while writing [node-calver](https://github.com/muratgozel/node-calver). Personally I use calendar versioning in my frontend apps...

This is a new warning raised by Chrome recently. I have the following stylus content: ```styl brand-gray2 = rgb(232,232,232) input[data-numeric] background-image: url("data:image/svg+xml;utf8,") ``` Stylus renders it as follows: ```css input[data-numeric]...

t: Enhancement

Hi, Instead of conditionally returning BigInt (as you mention in the todo comment), the bigint type should always return BigInt so developers always know how to deal with it. BigInt...

**What version of Ajv you are you using?** 8.12.0 **What problem do you want to solve?** Unable validate object type of schemas which properties are dependent to each other. Consider...

enhancement

Hi, I see this library doesn't inherit a `url` parameter as others do. I would like to take your advice on the SSR case, if possible. Should I just set...

### Problem for the following exports: ```json "exports": { "./modules/dayjs.js": { "import": { "types": "./dist/modules/dayjs.d.ts", "default": "./dist/modules/dayjs.js" } }, "./svelte/store/device.js": { "import": { "types": "./dist/svelte/store/device.d.ts", "default": "./dist/svelte/store/device.js" } }, "./Banner.svelte":...

enhancement

### Feature description A cli command that outputs only the secret by its key. Consider we have a secret like `KEY=abc`. With a possible implementation: ```sh infisical secrets read KEY...

🚀 feature request

### Verify latest release - [ ] I verified that the issue exists in the latest pnpm release ### pnpm version 9.1.1 ### Which area(s) of pnpm are affected? (leave...

type: bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary An environment variable to disable the http **secure** cookies. ### Why should...

feature