Sacha Greif

Results 694 comments of Sacha Greif

They can only bypass it with the "other…" option right? If so that's the intended behavior. Or are you saying if you click "other…" you can actually select more than...

That'd be great! What's the locale code (like `en-US`) for that language? Let me know and I'll create the repo.

Sorry I'm only looking at this now. Assuming we do have the data in our API, how could we use it? What would be the best way to display a...

So to recap our three use cases would be: 1. Make an API query on `subgrid` and get a list of all questions that feature `subgrid` as an option, along...

1 would be harder because it would require creating a new field in the API that takes a web feature ID as parameter. And also it could potentially return a...

Got it, thanks for the detailed explanation. For reference, this is how textlist normalization results are currently stored: ``` "forms_pain_points": { "raw": [ ":invalid applies from tehs tart, :user-invalid is...

I think I'll go with a data structure like this: ``` forms_pain_points: { normalized: ["validation", "number_input", "input_type_date", "pattern"], metadata: [ { raw: ":invalid applies from tehs tart, :user-invalid is not...

I'm also splitting up the sub-answers: e.g. each line in that screenshot is a different sub-answer from the `textList` component, taken from different responses.

In the english version the string is defined in both files. For the CSS survey, the key defined in `state_of_css.yml` will be used, so it's fine to have the same...