Patrick Collins

Results 21 issues of Patrick Collins

When I use 0.8.5, if I try to authenticate I see: irb(main):002:0> u.valid_ldap_authentication?('foobar') LDAP: LDAP dn lookup: uid=patrick LDAP: LDAP search for login: uid=patrick LDAP: LDAP search yielded 1 matches...

Mac OS X 10.10.5 Chrome Version 79.0.3945.130 (Official Build) (64-bit) Steps to reproduce: 1) Chrome icon is on dock 2) Capybara test is started 3) Chrome icon on dock bounces...

**Versions (please complete the following information):** - NgxWebstorage: 9.0.0 - Angular: 13.1.2 I have a custom service which uses LocalStorageService from ngx-webstorage, which works fine in the "real world", but...

* Operating System: Mac Os X 12.0.1 * Node Version: 14.18.2 * NPM Version: 6.14.15 * webpack Version: 5 * karma-webpack Version: 5 I created an angular project and got...

on Mac OS X 10.15 with karma-chrome-launcher 3.1.0: 1. I click Chrome on my dock, the app launches fine 2. I quit Chrome 3. I run karma 4. I click...

When following the provided instructions, I get: >yarn run dev yarn run v0.27.5 $ concurrently -k 'node desktop/server.dev.js' 'npm start' [1] module.js:487 [1] throw err; [1] ^ [1] [1] Error:...

#### Expected behavior vs actual behavior If I have an object: cat = Cat.find_by_name('fluffy') and assume that I can do: cat.paws.last.claws.count => 5 cat.paws.first.claws.count => 4 ... If my controller...

C: Deep Nesting

class MySerializer ActiveModel::Serializer attribute :name has_one :parent, :serializer => MySerializer end #### Expected behavior vs actual behavior I expect that when I serialize an object without a parent that I...

I have been trying to overlay smpte timecode over the bitmovin player by doing: `SmpteTimestamp.fromTimeWithAdjustments(player.getCurrentTime(), assetDescription);` I have videos which have the correct timecode printed on them via: https://tutorials.hybrik.com/print_timecode/ When...