Dylan Landry

Results 17 issues of Dylan Landry

This works: ```javascript extractEmailsFromString(text, options = { isWrappedLessThanGreaterThan: false, }) { if (options.isWrappedLessThanGreaterThan) { return text.match(/()/gi); } return text.match(/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)/gi); } ``` But this doesn't work: ```javascript extractEmailsFromString(text, options = {...

This is a cool plugin, and I'll be absolutely jazzed if I'm able to use it correctly at work. I think I've found a bug where the style of comments...

### What happened? Same as https://github.com/logseq/logseq/issues/2432, I can't drag the window around in desktop on mac Monterey. But I can drag the window around if I click above the right...

awaiting-response
need-to-reproduce

Do you want to request a feature or report a bug? Report a bug. What is the current/expected behavior? When a file is formatted, my split open to the same...

**Do you want to request a *feature* or report a *bug*?** Report a bug. **What is the current/expected behavior?** Currently, with the leading `` pragma, vue files are not autoformatted...

## Description I'd really enjoy it if `\e [file]` could provide file name completion like `\i filename` does. I like to store common queries in a directory. I can execute...

Change integration test's description from 'users' to 'movie premieres'.

Stub db collection method to prevent error in repository connection test. Connect method in `repository.js` throws an error when tested: ``` ... Repository ✓ should connect with a promise (node:28431)...

I edited my settings.json file to alter the SECTION tag's scope to just the file. ``` "commentAnchors.tags": [ { "tag": "SECTION", "scope": "file", } ] ``` Now the SECTION anchor...

First, thanks for making this tutorial. I was able to complete it with some work. :+1: **Problem** Unless someone manually specifies a correct old dockerhub image tag for mongo that...