David Hagege

Results 14 issues of David Hagege

I'm trying to open a db from a path looking like: `/private/var/mobile/Containers/Shared/AppGroup/F4CECCE9-569A-4AB5-B0D7-1C7E705295F3/default.sqlite` Both my app and my call directory extension are using the same app group. So I want the...

I have a 3D point set in my database. ```ruby :lnglat => #, ``` If I try to manually change the Z only. ```ruby :lnglat => #, ``` I can...

When using the master branch I get this warning in my emulator: ![image](https://user-images.githubusercontent.com/943430/49350289-c2c45c80-f6f1-11e8-9426-7ac65a4f5eec.png) By implementing this requiresMainQueueSetup method in RNCallKit the warning disappears.

Hi, Looks like something is wrong. When I set the mapHover option to zonename and I hover Asia/Shanghai I can see that America/Chicago is hovered too. They are both labeled...

bug
enhancement
help wanted

I'm trying to use the sops-nix placeholders in my nixOS flake and this is strangely failing. In my home.nix I correctly import the sops-nix home manager module with: ```nix imports...

Add support for the GetRoom operation. The rspec tests may need to be checked, they are not directly working with my Exchange 2013 server for an unknown reason.

This pull request is adding the GetRoomList operation. I added some tests but since I have a hard time to correctly use your tests on my Exchange server it could...

When I'm using the CalendarItem, EWS is returning CalendarEvents like this: ``` 2013-08-26T06:43:53 2013-08-26T06:53:53 Busy ``` The exchanger library is [calling Time.xmlschema](https://github.com/ebeigarts/exchanger/blob/ec0b5bdbd1eb1a4332d0d4999734e2a402318e35/lib/exchanger/field.rb#L133) on these times. The problem is that they...

I'm trying to run `nix run nixpkgs#nixci` on my flake, but I'm encountering this error from devour-flake. ``` ๐Ÿ . ๐Ÿš nix --extra-experimental-features 'nix-command flakes' eval '.#nixci.default' --json๏ธ ๐ŸŽ default....

As I encountered issue #27 , I tried to fix it. I made a glorified search and replace in a script called [./autofix_paths.rb](https://github.com/DSSAT/dssat-csm-os/blob/63c16d84cc65d68b583b625581033cf6bb9cfff8/autofix_paths.rb) that we can remove after the PR...