Sandbird

Results 10 issues of Sandbird

I am trying to compile this in Win10x64 but i am getting ''PHP_POSTAL' is undefined' when i do `configure.bat --disable-all --enable-cli --enable-php-postal` I think its because my config.w32 is wrong....

A proper html page with a table and the javascript implementation bellow in the source code would have been too much to ask i guess....

I managed to do it once...but since then i've failed miserably. The scene loaded but of course all the scripts could not be found. I did see the variables though...

I am trying to implement this using [Leaflet.Draw](http://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html), but its not working totally correct. ![screenshot_2](https://user-images.githubusercontent.com/204934/46359931-f263d380-c672-11e8-94cf-8463f6429d85.png) I am moving the polygon to the left in this case, but the boundary markers...

A simple fix to persist the state (expanded/collapsed) of resource toggles using localStorage, keyed by the resource title

I’d like to reopen the following issue: (https://github.com/vkurko/calendar/issues/378) by providing an example to demonstrate the problem. Codepen: https://codepen.io/sandbird/pen/YPKVaWM As shown in the image below, when additional details are added to...

bug

I tried to implement something like this in the Header.svelte of resource-timeline, but failed epically. How hard would it be to implement something like this? I think it would be...

When a new thread is created (adding 2 users for testing), this value 'participants_count' is not set. (=> $thread->participants()->count()) If I refresh the page though, then I get this information....

There is a bug with the relationship definition in the Deal model. The morph column is field_valueable_id not custom_field_valueable_id, so this should be 'field_valueable'. ``` /** * Get all of...