Raymond Huang

Results 6 issues of Raymond Huang

Looking at: https://github.com/AckerApple/angular-file/blob/development/src/file-upload/ngf.directive.ts#L169 It seems like `files` contains the newly added files. Can we emit `files` as an event here so that we can take action on the newly added...

enhancement
help wanted
question

I have a piece of code that sometimes throws the exception: ``` NoMethodError: undefined method `map' for nil:NilClass ``` My code is this: `MyModel.where(id: id)&.any? { ... }`, where `id`...

I would like both of these rules to kick in for a single field: `field_3: ['required_if:field_1,Y', 'required_if:field_2,N']` If `field_1 === 'Y'` and `field_2 === 'N'`, then I want `field_3` to...

new feature
docs

Similar to https://github.com/tilfin/ougai/issues/112, it seems the child logger doesn't implement `

I want to query against an index but also apply a filter expression with `contains` and `or`. Is this supported in Dynamoid? I don't think I can find any examples...

If you click "Save As" "Web Page (.html)" in Word, the resulting HTML retains some of the content control information, like: ``` David Warner Roy ``` Is it possible to...

enhancement