grztofdev

Results 9 issues of 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/

feature request

Is it possible to copy selected choices from one input to another? ![image](https://user-images.githubusercontent.com/70841270/122166701-3c6c6200-ce7a-11eb-8fd1-2b5c0aa33593.png) If yes, how can I do this? If no, can you add this feature?

feature request

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...

bug

Hi @jglynn43 why sometimes the cursor for resizing the column is outside the table? ![cursor](https://user-images.githubusercontent.com/41999914/103636818-d08ce180-4f4a-11eb-86fe-d1d21a2955fa.png)

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...