André Cruz

Results 121 issues of André Cruz

The current underline does not match the one from the styleguide. Investigate a reliable way to change the underline position. https://css-tricks.com/styling-underlines-web/

I'm using `react-popper` for the popover component but: - It relies on refs which doesn't play well with stateless components - It has some bugs when it overflows, see: https://github.com/FezVrasta/popper.js/issues/493...

Research and create a list of accessibility improvements to do throughout the styleguide and the extension.

When a user makes a comment, his personal data will be embed within the document. This means that all this information will become stale if the user changes his personal...

Think about which options we should have on the extension. This issue serves as a reminder.

Whenever I do `terraform apply`, the following changes are detected. ``` ~ scopes = [ - "2fa_required", "mail.send", "sender_verification_eligible", ] ``` This is due to `2fa_required` being since Q4 2020.

bug
help wanted

**Is your feature request related to a problem? Please describe.** It would be great to have colors in diffs, to make it easier to spot where issues are. **Describe the...

enhancement

v1.1.4 generates code with syntax error. The follow code is injected in the built files: ```js function (filepath, extMapping) { if (!filepath.startsWith('./') && !filepath.startsWith('../')) { // Package import return filepath;...

Allow to use something different than `time.Now` when generating uuids that have a time component. This is useful for: - Tests - In rare cases where you want to encode...

**Is your feature request related to a problem? Please describe.** The current fxtest logger provided by `fxtest.WithTestLogger` is quite verbose, printing everything. When something fails in tests, I have to...

enhancement