eggp

Results 8 issues of eggp

Hello, bug: Linux Chrome Version 74.0.3729.157 (Official Build) (64-bit) when add accept: text/plain, text/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, open system file upload panel, and selected custom file ![image](https://user-images.githubusercontent.com/1015211/58192942-310dd300-7cc2-11e9-9527-a8ecf736a6dd.png) types but i add pipe...

enhancement
help wanted

Hello! My keyboard layout not working ctrl + scroll (opacity settings) Could you ask for this option from the PanelButton? Thx eggp (Sorry, I don't speak so well in English)

**Describe the bug** Masks created in Angular cannot be tested via the NativeInputElemet value property or input event either. A simple reactive form cannot be tested if it has a...

help wanted
question
Angular Plugin

Hello! I tested with HTML5 number field, but do not work... (sry i little speak english :( ) my entity: ..... /** \* @var integer \* @Assert\NotBlank() \* @Assert\Type(type="integer") \*...

bug

```ts /* Detect-zoom * ----------- * Cross Browser Zoom and Pixel Ratio Detector * Version 1.0.4 | Apr 1 2013 * dual-licensed under the WTFPL and MIT license * Maintained...

### Description Hello! I have mac studio ultra(m2) with latest sonoma. (colima run as service with brew) I started colima container: `colima start --cpu 8 --memory 8 --network-address --profile arm_cpu8_memory8...

**Is your feature request related to a problem? Please describe.** Create a development mode by forRoot when dependencies are not loaded. Typically used in ng serve mode ...

Current code: https://github.com/smnbbrv/ngx-grpc/blob/master/packages/protoc-gen-ng/src/input/proto.ts#L132 When generating my own proto, the pbType becomes: .Profiles.Operation The regex fails on this because it is incorrect. Fixed regex: `pbType.match(/^\.(([A-Za-z0-9._]*)\.)?([A-Za-z0-9._]+$)/)` Uppercase letters also need to be...