Per Bergland

Results 21 issues of Per Bergland

I was just trying to get the timezones from the server but the call crashed with TypeError: Cannot read property 'AddDays' of undefined at TimeZoneDefinition.ToTimeZoneInfo (node_modules/ews-javascript-api/js/ComplexProperties/TimeZones/TimeZoneDefinition.js:260:44) at GetServerTimeZonesResponse.ReadElementsFromXmlJsObject (node_modules/ews-javascript-api/js/Core/Responses/GetServerTimeZonesResponse.js:56:56) Is...

bug

Tested with meteor 2.5.5, 2.6 and 2.6.1 This only happens in one of our production instance that runs mongodb 4.2.8 (not in our staging environment that has the same version)...

[Isobuild](https://github.com/meteor/meteor/tree/devel/tools/isobuild) is the Meteor build system. I found when researching work that needed to be done to fix a [packaging bug](https://github.com/meteor/meteor/issues/11354) or [add a new artifact type](https://github.com/meteor/meteor/issues/11829) that I could...

missing-docs

(using meteor 2.1) According to the [announcement of legacy/modern](https://blog.meteor.com/meteor-1-7-and-the-evergreen-dream-a8c1270b0901) and the documentation in History.md, marking a file as "web.browser" (or its synonym "modern") should make a file only appear in...

Project:Isobuild
Type:Bug
in-discussion
idle

https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/lb_listener_v2 doesn’t list tls_versions as a property. This ability was introduced in Victoria (Oct 2020). Would be a very nice addition. ### Terraform Configuration Files ```hcl resource openstack_lb_listener_v2 listener_1 {...

I'm porting some scripts from using the AzureAD module to instead use Az for cross platform purposes and found that there are no cmdlets for group ownership listing and manipulation...

feature-request
AAD
customer-reported
P2

The meteor build and packaging system, isobuild, has no support for including typescript type files (.d.ts) as part of a package. This has lead to types instead being published via...

Project:JS Environment:Typescript

I just killed our app by including a module from /server into a /client module and then of course that module can’t be loaded in the browser (javascript error in...

in-discussion

This package will need to be updated for fibers-free meteor: * Handle that the defaultRemoteCollectionDriver() returns a Promise in 2.8 and later * Remove usages of Meteor.wrapAsync, make core method...