Lu

Results 8 issues of Lu

Hi, when can we expect an update on hacking firebase databases using an API key?

# Steps to reproduce 1. Create new project: `hugo new site test` 2. Navigate into dir: `cd test` 3. Add theme to __themes__ folder: `git submodule add https://github.com/zzossig/hugo-theme-zzo.git themes/hugo-theme-zzo` 4....

### Steps to reproduce 1. Copy the HANGUL FILLER char from [unicode-explorer.com](https://unicode-explorer.com/c/3164) (0x3164) 2. Paste this single char into chat and send the message ### Expected behaviour Behaviour is the...

bug

Tested all scripts on remaining platforms - Ubuntu if not done by you - Windows 10 and added results to corresponding README.md Included `rustc` output for detected bidi-chars.

This will match valid IPs from 0.0.0.0 to 255.255.255.255 which are base64 encoded. ```js let regex = /[MNO][CDSTijyz][4AEIMQUYcgk][012345uwxyz][LMNO][CDSTijyz][4AEIMQUYcgk][012345uwxyz][LMNO][ACDQSTgijwyz]([4=AEIMQUYcgk]{1}([012345=uwxyz]{1}([LMNO]{1}([ACDQSTgijwyz]{1}([4=AEIMQUYcgk]{1}([012345=uwxyz]{1}([MNO]{1}([ADQTgjwz]{1}([=AEIMQUYcgk]{1}([012345=wxyz]{1})?)?)?)?)?)?)?)?)?)?/gm; ``` The following IPs will match: ```js let matching_ips = [ "MjU1LjI1NS4yNTUuMjU1",...

## Issue **Impacted version**: 4.34.0 **Deployment mode**: Containerized version via Docker **Problem description**: No redirect on signin tab when already being signed in. Not a big issue, but unusual behaviour....

improvement

**Installed dependencies** Processing 3.5.4 HTTP-Requests-for-Processing: 0.1.5 Android Mode: 4.2.1 **Code** ```java import http.requests.*; public void setup() { size(400, 400); GetRequest get = new GetRequest("https://ipinfo.io/json"); get.send(); // d program will wait...

**Describe the bug** Docker container crashes on startup when current Dockerfile is used for the build or the official image, and one selects sqlite as DB backend. **To Reproduce** Steps...

kind/bug
kind/dependencies
kind/docker