Frederic Barthelemy

Results 45 issues of Frederic Barthelemy

- Basic Function - Installation instructions - Nice-to-have: Integration with https://github.com/jhen0409/react-native-debugger Since react-native already connects to react-devtools, I think this should be doable, but I've never fiddled at that level...

feature request

If engineers delete a branch manually when merging a PR, this action still fires and then eventually throws an error, which then fails the commit-status. ``` Already have image (with...

bug

PR implementing: https://github.com/mantinedev/mantine/discussions/1528#discussion-4104092 Replaces #1529 (now off of master instead of dev). ## Why It'd be great if consumers could use @mantine/prism, while customizing the specific colors being selected for...

As of recent updates over the past few months, the TypeScript-core team has contributed to eslint to support directly linting TypeScript code. Context: [Announcement Post](https://eslint.org/blog/2019/01/future-typescript-eslint) About a month ago, my...

I got tripped up by a dependency that went "esm-only" today in their 7.x/latest version [strip-ansi](https://github.com/chalk/strip-ansi#readme) [extra info from the maintainer](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). Do we have a plan for ESM in DangerJS?...

enhancement
Open for Discussion

It's been years that I've been a fan and contributor to DangerJS, but one thing that always gives me a heart attack is the emoji in the DangerJS signature line...

enhancement
Open for Discussion

Recently, we did a big folder move in preparation for having monorepo. -- Expand for Context A consequence of this was that *every file* in the repo was tagged as...

enhancement
Open for Discussion

Example code: ```typescript markdown(assembleTable(recentBuildHeaders, recentBuildLinks)); markdown( makeDisclosableBlock( `All commits with builds for ${currentBranchName}`, assembleTable(allBuildHeaders, allBuildLinks), ), ); markdown( "#### Latest Build Status Pages\n" + assembleTable(buildBadgeTableHeaders, [buildBadgeTableValues]), ); ``` This code...

Our CI, Nevercode.io -- supported by a [Provider that I added 2 years ago](https://github.com/danger/danger-js/blob/174f8e18bc794af8d2d54f518ae347d95cefd335/source/ci_source/providers/Nevercode.ts) is running DangerJS to announce when builds are complete. Today it started throwing Errors that include...

bug
help wanted

The GitHub Integration just fails with a GitHub Error Response if your Issue Comment gets too long. It’d be great if we truncated the message, & added a `[truncated]` 📝?...