vicmortelmans

Results 10 comments of vicmortelmans

I have the same problem when I set $EDITOR to be gvim in ~/.bashrc. When I make it vim, bulkrename is working!

Hi, I just noticed another problem caused by having the `` at the start of the ditamap: the topics that are listed somewhere in the `` are missing in the...

> My workaround is to rename `_index.html` to something else (e.g. `__index.html`), and add `slug = "index"`. > > This will create the page at `public//index.html` I suppose the above...

Hi, thanks!! I got the API working, mainly by inspecting the calls made by the web GUI. There are two fields in the posted data that I don't know what...

I suppose this is the same issue that I see here. An extract from my functional component: ``` const [date, setDate] = useState(formatDate(nextDate(0), 'yyyy-MM-dd')) // next Sunday const [jsonData, setJsonData]...

I'm trying, but at step 2 "Create an OAuth client ID." it says I must configure the OAuth Consent screen first, and I'm at loss what I have to enter...

Hi, same here (I suppose). I want to list the tweets I'm mentioned in, and while they show up in X > Notifications > Mentions, they're not in the result...

This may be a workaround: use authentication for another twitter account, and search tweets that contain the twitter handle of your own account. E.g. `tweets = await client.search_tweet('@mytwittername', 'Latest')` gives...

It's getting worse. The last reply I made using Twikit got mysteriously deleted. Twikit returned the tweet id and no errors, but the reply isn't visible even on my own...

No, I've put my project on hold waiting for a solution... Best regards, Vic Oct 21, 2024 10:17:53 trillox9 ***@***.***>: > > It's getting worse. The last reply I made...