Galimatias Nekromoff

Results 65 issues of Galimatias Nekromoff

It does not seem to work: ` L.marker.stack([48.1452853,17.0980958], { icons: [L.icon.chip({ color: "#ffffbf", iconSize: 10 }), L.icon.chip({ color: "#ffffbf", iconSize: 10 }), L.icon.chip({ color: "#a2a27b", iconSize: 10 }), ], stackOffset:...

link is broken, domain does not exist

E.g. it is not clear how to undo deletion I can see the change (deletion) saved in revisions table, but how do I roll it back?

No revision is created when using `delete`: ``` Item::where('user_id', $user->id)->delete(); ``` `Destroy` works properly and revision is created: ``` $item=Item::where('user_id', $user->id)->first(); Item::destroy($item->id); ```

But then should we also add cycling crossing tool?

From the proof of concept to cleaner, better structured code.

![image](https://user-images.githubusercontent.com/8550349/69484911-e28bed80-0e38-11ea-92c7-72a993dc0b7d.png)

#### Environment details - OS: Linux - PHP version: 8.2 - Package name and version: 2.7.2 #### Steps to reproduce 1.Try calling generate tokens function; #### Code example ```php $this->gbp_verifications...

badger does not respect incognito mode and keeps the same settings enabled/disabled in incognito for the normal mode as well. possible privacy breach.

enhancement
high-priority