grztofdev
grztofdev
My fixture file looks like: ```php
While running this command: ```sh websocat ws://localhost:3000/ws/?transport=websocket ``` I get following error: ```sh websocat: WebSocketError: WebSocket protocol error websocat: error running ``` Why?
Hi, it would be awesome if we will be able to change the order of selected options in multi select box. For instance, we can use this library: https://sortablejs.github.io/Sortable/
Is it possible to copy selected choices from one input to another?  If yes, how can I do this? If no, can you add this feature?
My simple form looks like this: ```php final class ContentType extends AbstractType { private RouterInterface $router; public function buildForm(FormBuilderInterface $builder, array $options): void { $builder->add('content', CKEditorType::class, [ 'label' => 'Treść',...
I have copied most of the code from your [repo](https://github.com/mathjax/MathJax-demos-web/blob/master/input-mml2svg.html). I have following code: [fiddle][1] [1]: https://jsfiddle.net/Lbajr6d2/ And following code for rendering mathml formulas: ```js function convert() { var input...
Hi, I am trying to start the mysterium-vpn-desktop on ubuntu lts(started on virutal machine). When I run `yarn dev`, this message appears: `Connecting to the supervisor...` over and over. How...
Hi @jglynn43 why sometimes the cursor for resizing the column is outside the table? 
How to center the table? If I do this: My html table looks like: ```html ... ``` I use class `table-responsive` from [bootstrap](https://getbootstrap.com/docs/4.1/content/tables/) My js looks like: ``` import ColumnResizer...