wivaku

Results 39 issues of wivaku

The Node version has e.g.: - client.lights.getAll - client.lights.getById - client.sensors.getAll - **client.sensors.getById** The PHP version does not have a command to get a single sensor: - new \Phue\Command\GetLights -...

see workaround mentioned in: https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/59#issuecomment-1046047073 And (hopefully) issues: https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/34 https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/38 https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/41 https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/60 https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/71 https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/81 https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/issues/94

Perhaps similar to #409 I have a search method that returns categories with descendants. I want to flatten the result. E.g. `\App\Models\Category::search('movie')` ``` => Kalnoy\Nestedset\Collection {#4852 all: [ App\Models\Category {#4874...

Want to Simplify a GPX track, which includes not only lat+lon but also timestamps and other properties. After simplification, I want to retain these additional properties (most likely only the...

Using [quick start](https://symbology.dev/docs/#quick-start) example: ``` import { OutputOption, EncodingMode, SymbologyType, createStream } from 'symbology' (async () => { try { const { data } = await createFile({ symbology: SymbologyType.CODE128, encoding:...

bug

Is it possible / are there plans to keep track of the center and radius of a polygon? My use case: 1) first: keep adding coordinates to end of polygon...

What I would like to achieve: - manually maintain major/minor/patch and timestamp - get commit hash from git In my environment I don't have git versions / tags ```shell $...

Is there a reason why there is no Foursquare provider (for reverse geocoding)? If not, is there a recommended starting point for creating a new provider? Or should I just...

provider

I use this to prepare a [transition](https://github.com/lesstif/php-jira-rest-client#perform-a-transition-on-an-issue). ``` $transition->setTransitionName('Done'); ``` However, when I use the API key of a different user it does not work. That user has set his...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem. * Checked that your issue...