Thomas

Results 9 comments of Thomas

I faced the problem that my session was overwritten after the passport.authenticate method. This is how I solved it: ``` javascript function authenticate(req, res, next) { return passport.authenticate('local', (err, user)...

Maybe we can show some sort of helper text below (or above) the input? ā„¹ļø **ThomasCode92** has some opened assigned issues: šŸ”§[View assigned issues](https://github.com/EddieHubCommunity/BioDrop/issues?q=is%3Aopen+is%3Aissue+assignee%3AThomasCode92)

@SohamRoy-01, you'll need to direct your inquiry to one of the maintainers. As for me, feel free to proceed with your work, but I lack the authority to make decisions...

The first screenshot was of the real documentation site when I started this issue. The second one was a quick fix with the browser dev tools, to clearify my point....

This is an open-source project operates, and it's possible that the current maintainers may be facing time constraints. If you've discovered potential improvements or solutions, feel free to contribute by...

@Bjk8kds, I just installed a CK-BL702-AL-01 and noticed that the LED turns on after a power loss (I’m toggling power with a switch). After some research, I found this issue....

> [@ThomasCode92](https://github.com/ThomasCode92) Do you mean the addition of the power on behavior feature in PR [Koenkk/zigbee-herdsman-converters#10796](https://github.com/Koenkk/zigbee-herdsman-converters/pull/10796) ? Ofc, it will also be available in Z2M on HA, but in next...

@dreamorosi, I found another '_workaround_' that doesn't need the `path.resolve`. I have the following in my neotest config ```lua config = function() local neotest = require("neotest") local function find_nearest_node_modules_dir() local...

I've included a comparison table below between `blink.cmp` and `nvim-cmp`. These screenshots were taken after typing just a single `.` — the completion menu opens automatically in both cases: |...