I assumed Qwant had a small, primarily french index which was mixed with bing results. Their article mentions the new index will be based on existing qwant technologies. Do you have a link to where they admit to not having any index at all?
they/them
I assumed Qwant had a small, primarily french index which was mixed with bing results. Their article mentions the new index will be based on existing qwant technologies. Do you have a link to where they admit to not having any index at all?
Onlyoffice runs in a browser: https://www.onlyoffice.com/presentation-editor.aspx
Sadly KDE is also trying out the “modern” style tabs in some places too:
Right, that makes sense as well. What I was thinking is that the use of the accent colour shows which one is active, though it would probably be less confusing if this wasn’t done with an outline. See the KDE version for example:
Regarding keyboard navigation, I could see this working similarly to radio buttons, where the tab key selects the entire tab group, and tabs need to be navigated using the arrow keys. In this case I think it makes sense to put the focus border around only the selected option, and having the focus border follow the selected option when arrow keys are used. If this is the case, I think swapping the current version does make sense.
If they did the exact opposite of this, I think it would look ok. If I was trying to fix this, I would probably just swap the styles of the selected and deselected states. Maybe it’s a miscommunication between designers and implementers, causing the meanings to be swapped?
What’s wrong with forms?
Oh, that explains why ctrl is blue.
I’m assuming blue means a key is more used, so it’s showing Caps never gets used. enter doesn’t make sense though, so maybe it’s only showing key combinations?
I believe birds have a very different perspective of harmonisation. What they sing might sound harmonised to them, but not to us (and vice versa).
No, it means people can contribute issues and pull requests to projects on other servers. Repositories would only be created on the server your account is on if I’m not mistaken. I believe it uses activitypub internally, so should work the same as Lemmy/mastodon.
Yes they share many similarities with the FSF, but they are separate, and have some different viewpoints on things. You can’t use something they do as an argument as to why FSF is good, when the actual FSF doesn’t do that thing. They also dislike RMS, who is also one of @onlinepersona@programming.dev 's arguments against the FSF.
FSFE is not the same as FSF. It’s a completely independent organisation.
It looks like it’s the addon’s fault, and has already been fixed in the github version. It’s also been abandoned, so it’s probably not worth keeping around anyway.
It seems to be caused by the FediAct addon, which doesn’t make any sense. Disabling the addon fixes the page without needing a reload, so it must be a CSS issue rather than an exception. Edit: it seems the addon is overriding the fadeIn
keyframe, but it looks fixed in the github version.
Anyone else getting a blank page? I had to go into inspect element and remove {opacity: 0} on the body to see anything.
This has nothing to do with that. Signing in with an account other than OP’s wouldn’t have done anything.
A good starting point, but since they are GET requests, there is no reason to leave the browser.
You can visit the links directly, such as (I filled in OP’s instance):
I’ve heard from somewhere that chrome doesn’t render JSON nicely, so make sure to use firefox!
Other interesting parameters are saved_only
and disliked_only
.
It seems it doesn’t propagate to other servers immediately though.
Should be possible with an addon, but I can’t find one.
The JavaScript isn’t slow at rendering, it’s re-doing all the network requests. It re-loads parts of the page each time the layout changes.