Tony Narlock

Results 408 issues of Tony Narlock

Hi! 👋 Sorry for the non-technical issue / bikeshed! No one else has made this issue other than me at this time (so I can see), so it may just...

Is it possible you could make have an option to add custom prefixes to the tree such as ``v``? In https://libtmux.git-pull.com/en/latest/history.html, I want 0.7.0 to point to https://github.com/tony/libtmux/tree/v0.7.0 instead of...

enhancement

In cihai, I currently have a tag / release like this: https://github.com/cihai/cihai/blob/v0.9.0a1/cihai/__about__.py `__version__ = '0.9.0a1'` (First, since I prefix my version tags with `v`, #54/#76 applies by master link breaking...

enhancement

Add automated tests

[`@ckeditor/ckeditor5-package-tools`](https://www.npmjs.com/package/@ckeditor/ckeditor5-package-tools) This gives us: - test – prepares an entry file and passes it to the karma test runner, - start – prepares the development server with the live-reloading mechanism,...

For cases like these, assure our releases point to update to date ckeditor builds: - Classic editor with MathJax: https://jsfiddle.net/isaul32/qktj9h7x/ - Classic editor with KaTex: https://jsfiddle.net/isaul32/3wjrkLdv/ - Balloon block editor...

At the moment, the instructions at https://github.com/isaul32/ckeditor5-math/commit/ec03d72ec572d99d765ae9cfdccd06e669a8da8a don't work ``` $ node node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js âš  You're running tests in dev mode - some error protections are loose. Use the `--production` flag...

Example (+ copy text issue with #35) 00:15 - 00:25: https://user-images.githubusercontent.com/26336/117016512-67c73300-acb8-11eb-838e-03714e8994e9.mp4 Drag and drop of inline content: - Release notes: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md#2600-2021-03-01 - Migration guide: https://ckeditor.com/docs/ckeditor5/latest/builds/guides/migration/migration-to-27.0.0.html - [`ClipboardPipeline`](https://ckeditor.com/docs/ckeditor5/latest/api/module_clipboard_clipboardpipeline-ClipboardPipeline.html) files [`ClipboardPipeline#inputTransformation`](https://ckeditor.com/docs/ckeditor5/latest/api/module_clipboard_clipboardpipeline-ClipboardPipeline.html#event-event:inputTransformation), [`ClipboardPipeline#contentInsertion`](https://ckeditor.com/docs/ckeditor5/latest/api/module_clipboard_clipboardpipeline-ClipboardPipeline.html#event-event:contentInsertion)...

Example (+ drag and drop issue with #34) 00:00 - 00:14: https://user-images.githubusercontent.com/26336/117016727-9b09c200-acb8-11eb-8694-7544131be2bf.mp4 Possibly relevant / fixable with #34 We speak about autoformat and pasting in the README, but we strip...