opcodewriter

Results 21 issues of opcodewriter

I'd like to select specific web-browsers and versions, is it this possible? I think it would be a very useful feature when you want to check for example the status...

UI

I want to put an image in a flexbox keeping the image aspect ratio. I wrapped the image in a `div` as I read this is the way to go....

Isn't an issue that the Product domain model has public c-tors which do not check for the validity of the name? This makes it possible to have an invalid Product...

Following the example from [https://help.form.io/developers/form-builder#adding-pre-defined-components](https://help.form.io/developers/form-builder#adding-pre-defined-components), is it possible to hide, for example, the "API" tab for the text field with the 'First Name' label? I tried to override `Formio.Components.components.datetime.editForm` so...

Builder is broken on https://formio.github.io/formio.js/app/builder, adding any component does not create any rendered form. Looking at the console, it shows: ![image](https://user-images.githubusercontent.com/15019084/180021481-a7b5b67c-5694-41b9-9308-780b372daf86.png)

bug

instead of copy and paste link to a gist: add an Open button which opens list of your Gists. the list has a name filter input. what do you think?

enhancement

Any plans to take a look at Aurelia.js too? Thanks!

Can I use your library to get the glyph's name (if it exists)? Some fonts have it set I think. Thanks!

With the _result_ pattern, I often feel the need to have code which is able to create an error based on **another** error: ``` public UnitResult SaveItem(Item item) { Result...

Vlad, thanks for your great library! Maybe it's just me but I'm having a hard time understanding how to use the library in the correct way, otherwise chance is, I...