Robin Wenglewski

Results 11 issues of Robin Wenglewski

Just a suggestion, but since I needed it anyway I made a pull-request out of it: Let's give the option to enable and disable platform/database specific tests. Why? For me,...

It would be handy to do s.th. like this: ```js class MyState { @Action(SyncDatabase) syncDatabase(ctx){ ctx.patchState({isSyncing: true}) } @Action(SyncDatabase, {on: 'SUCCESSFUL'}) onSyncDone(ctx, action) { ctx.patchState({isSyncing: false}) } } ``` I...

ngxs-labs

Hi, here is a feature request: It would be nice if one could write: ``` js url.query({user: {name: "Kimba", email: "[email protected]"}}) ``` instead of manually creating the nesting. Thanks for...

Requires More Interest
QueryString

Not all games support minimizing. It would be nice to be able ssh into a machine and run the scanner from the terminal.

enhancement

Hi, I'm not sure what is going on in pace, but in [zone.js](https://github.com/angular/zone.js) there is a function [canPatchViaPropertyDescriptor](https://github.com/angular/zone.js/blob/master/lib/browser/property-descriptor.ts#L55), which basically does the same as the following test-snippet for the console:...

Closes #163 Should allow immutable objects like dayjs or iso strings to be used as D. Basically all I did is switch some method signatures to return the new value...

Hi there, thank you for the library! Regarding the date adapter interface: https://github.com/h2qutc/angular-material-components/blob/f147c1c9645167fb170bbca4aa9d91f757c2bb5a/projects/datetime-picker/src/lib/core/date-adapter.ts#L90-L98 The interface for the date adapter assumes that the generic date object D is mutable. There are...

Hi Mike, I as mentioned before, I needed a more generic version of the friend selector. I got to publish it now, though it's still a lot(!) of refinement to...

`response.session` does not work anymore. Use `response.status` to check whether the user is connected. See [fb doc](https://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/): ``` status The status of the User. One of connected, not_authorized or unknown....

Hi, when I change the driver to chrome, two specs fail. In the spec_helper: ``` ruby Capybara.register_driver :selenium_chrome do |app| Capybara::Selenium::Driver.new(app, :browser => :chrome) end Capybara.javascript_driver = :selenium_chrome ``` results...