creme332

Results 5 issues of creme332

For C++ notebooks with the `.ipynb` extension, there's no option for `Format Document With:` in the command palette. Pressing `SHIFT` + `ALT` + `F` in a cell gives an error...

I have the following chart and I want to hide every 2 tick labels on the x-axis. ![image](https://github.com/knowm/XChart/assets/65414576/b719cb25-aa4d-4ef4-bffe-95c3387799df) The expected output should be: ![image](https://github.com/knowm/XChart/assets/65414576/a0fc71a7-79b5-479f-a938-340d55e5f5c8) I used the `setxAxisTickLabelsFormattingFunction` method as...

Bug

If you try to open a MARIE js file through its link in incognito tab, you will not be able to accept the Terms of Use Agreement. ## Steps to...

There's no mention of API limits at https://dev.codewars.com/#introduction.

As per the [NextJS documentation](https://nextjs.org/docs/pages/building-your-application/configuring/post-css#css-modules), the inclusion of the `postcss.config.cjs` file overrides the default NextJS CSS compilation behavior: > Warning: When you define a custom PostCSS configuration file, Next.js completely...