Jae B

Results 31 issues of Jae B

How much effort is this or how feasible is this? It'd be great if I didn't need to install additional build tools on my Windows machines when working with this...

![silverstripe_syntax](https://cloud.githubusercontent.com/assets/3859574/21478413/559c19ec-cb9f-11e6-85d3-bcbb92397eb5.png) ``

**Related issue:** https://github.com/cypress-io/cypress/issues/3098 **@Bkucera said:** Hi @silbinarywolf , you should be able to use the Preprocessor API to modify how cypress watches files and reloads Does this help? **I replied...

content: new
section: guides
stage: ready for work
triaged

I'm aware this project isn't maintained now but I figured I'd track this bug in the project anyway incase someone else wanted to resolve it. Details here: https://github.com/hrydgard/ppsspp/issues/17981#issuecomment-1851025066 >OK, investigated...

## Zig Version 0.12.0-dev.3653+e45bdc6bd ## Wanted Feature I was hoping that I'd be able to just enable having trailing commas in the JSON parser by doing something like: ```zig try...

My thinking is, data-wise, the CalendarEvent / CalendarDateTime models are reasonably simple and have decent defaults. Perhaps by moving just those to a "event-calendar-core" module or something. This thought came...

If setMaxFiles() is above 1, call setMultiple(true). Any reason this behaviour wasn't already in the module? (Related issue: https://github.com/unclecheese/silverstripe-dropzone/issues/83)

Hi @unclecheese, Why does the FileAttachmentField require you to use `setMultiple(true)` and `setMaxFiles(3)` if you want to use multiple files? Why can't I just use `setMaxFiles(3)`. https://github.com/unclecheese/silverstripe-dropzone/blob/master/code/FileAttachmentField.php#L1269

FileAttachmentField.php should show the validation exception message provided with something like the following. ``` try { $this->upload->loadIntoFile($tmpFile, $fileObject, $this->getFolderName()); $ids[] = $fileObject->ID; } catch (ValidationException $e) { return $this->httpError(400, $e->getMessage());...

**Related to this comment:** https://github.com/aurelia/framework/issues/600#issuecomment-252479570 **Related gist from above comment:** https://gist.run/?id=c59eed72e1c255b8f462c1d45e495a7a **I'm submitting a bug report** * **Library Version:** 1.8.2 **Please tell us about your environment:** * **Operating System:** Windows...

question
documentation