cstef

Results 31 comments of cstef

replace makePatch:50 with the following: ` fs_extra_1.writeFileSync(tmpRepoPackageJsonPath, JSON.stringify({ dependencies: { [packageDetails.name]: getPackageResolution_1.getPackageResolution({ packageDetails, packageManager, appPath, }).replace(/(.*)@/g, ""), }, resolutions: resolveRelativeFileDependencies_1.resolveRelativeFileDependencies(appPath, appPackageJson.resolutions || {}), }));` it's quite a messy solution, but...

> @cstefFlexin I'm not really sure what your "fix" is meant todo there as the returned URL is incorrect. > > https://github.com/ds300/patch-package/issues/335 fixes the issue. I am just replacing the...

I just realised I closed it by accident when adding the lastest commit, thank you so much for sending this message 😭

I would be very grateful if you could help me rename the metrics etc. I'm pretty new to the prometheus ecosystem...

Thank you very much ! I'll update the metrics accordingly asap

Sorry for all the useless logs from github about me force-pushing commits or whatever, it was a complete mess so I just started over from scratch 😅 I renamed the...

These are now the metrics exposed:

Any updates on this ? Would love to have my work featured :D

You can also replace mdbook's highlighting engine by overriding it's files in the `theme` folder. I have a working example with [shiki](https://shiki.style/) at https://github.com/cestef/rwalk/tree/93b2034657d4e69aa4803941bfeb92f99eab5977/docs/theme. This could pretty much work with...

Thanks alot for reporting! I am already aware of this problem, and it's related to spotify changing the data available in their embeds, which is where we take the data...