Search
93 results for “wervice”
-
Codelink compression manager will now use JSZip for compression. It gives you a .zip file that is compressed using DEFLATE. Prior deleting issues are fixed and I will try to add folder compression.
-
New release for Codelink will be out on Monday afternoon next week. It gets gZIP compression, a fixed list view and some more features. I am working seperate executables for FileTree and the browser. It will also run under Linux.
https://github.com/Wervice/Codelink
If you like it, please ⭐️ it on :github:
-
Codelink's FileTree is now also working under #linux. This means it is ready for new features and updates. I hope it will run smooth under your machines. The release will be at the end of next week +- a few days.
The repo link for the project:
https://github.com/Wervice/CodelinkStar would be very nice
-
#Codelink will get another update soon. I'm working on creating a version for #linux. It will also have a better preview mode, standalone executables and a true compression manager.
Here is the repo link:
https://github.com/Wervice/Codelink -
The new release of Codelink is out. The version 1.5 brought lots of new features like compression, note-taking, image thumbnails, list views, browser security updates and a new default search engine.
If you are interested in the release, you can get it from here:
https://github.com/Wervice/Codelink/releases/tag/1.5.0It still runs exclusively under Windows.
The release notes on GitHub are very short, If you want to learn more, then there is a thread under this post. -
@wervice this doesn't really fit with your four hashtags, but here goes …
A few days ago I began using a web app that works well, in a desktop environment, if stretched wide across two HD displays. The stretch must be careful, for the black borders of the two displays to not fall in the middle of a column.
The app is more difficult to use on a smaller display, in the same desktop environment, because the developers chose to use a ridiculously shallow horizontal scroll bar. I might attempt to fix this, for myself, with CSS, however I'm not a developer (I really don't know what I'm doing with CSS). Moreover, I shouldn't be forced to hack something as basic, as essential, as a scroll bar. It's excruciatingly poor UX.
The same web app is, in some ways, much easier to use (in Firefox) on a small Apple iPad, because I can use my finger to swipe horizontally.
-
This is a screenshot for FileTree's new notes feature.
FileTree creates a folder in your code directory and can gitignore it for you. Then you can create linked notes using Markdown. Some things like links to external websites are blocked right now, but I will look for a comfortable way to handle these. It will soon get image support, too.https://github.com/Wervice/Codelink
#javascript #nodeJS #nwjs #notes #windows #Linux -
#Codelink Version 1.4.1 is published. It features bug fixes, encryption, file details, moving, copying and some simple bug fixes. I edited the build's metadata a little bit.
https://github.com/Wervice/Codelink/releases/tag/1.4.1
Tell me if you liked it and please star the repo.
-
Here is the new release of Codelink. It is the v1.4.0 with an updated FileTree interface and more tools. It will soon support AES256CBC to protect your files.
https://github.com/Wervice/Codelink/releases/tag/1.4
Please star it if you like it.
-
Codelink now has a website where you can discover its features.
-
I estimate the new release of Codelink's FileTree to be published 'till the end of this week.
File Tree will finally get the Copy and Move features. It will also be able to show file details and manage encryption and basic security information.I will tomorrow create a website for it on my homepage, so you can discover the features more easily.
https://wervice.github.io
https://github.com/wervice/codelink -
I am working on the next version of #Codelink FileTree. I will finally add the last features, a basic file manager should have, so I can proceed with the special features.
I am expecting, that I'll be ready to publish it in 3-6 days.
-
The new #Codelink feature FileTree is now published. You can download it and try it yourself. It is still in a very early state. I will tomorrow upload a Windows Build. I also fixed some bugs.
https://github.com/Wervice/Codelink -
#Codelink will soon get a specialised file manager, that will help you to keep your file structure clear. It will of course also feature the basic tools.
-
I finished the next version of my new project #codelink
The browser now has a nice intro & the new bug research assistant. 🛠️It makes searching and fixing annoying problems in your code easier, without AI features.
It comes with two modes.I also sped up the old build, It now runs almost instantly 🔗:
https://github.com/Wervice/Codelink/releases/tag/1.2#If you like what I am doing, please star my project. ⭐
I will soon add more cool features.
-
The first stable binary release for Codelink is online. You can now give it a try. I'm sorry that it tool so long for me, to get this working. If there are any problems, please contact me.
This is the link to the first binary release:
https://github.com/Wervice/Codelink/releases/tag/1.1_stable#nwjs #node #NodeJS #codelink #windows #binary #tool #github
-
I created a small application for windows developers :windows11:.
It helps you research bug fixes 🔍 run your important applications and do some small things faster 🕐 .
I will add a load of new features soon. I already added some Easter eggs. :egg:
It is fully written using NW.js. :nodejs:Here is the link: https://github.com/Wervice/Codelink
Please tell me, If it didn't work.
-
Me: flatpak, paranoid backups, no node installed on the system because of npm viruses
Also me: curl ... | sh -
#Dioxus has so many great tools! These include use_context for providing a context to all children of a component or use_resource for asynchronous resource loading.
It is just very well integrated, and RSX feels surprisingly elegant, even a bit more readable than XML syntax in my opinion. -
Btw any website can basically make a request to your localhost from the browser using a simple fetch. This includes in-dev or untested applications. To prevent this, the application should use proper CORS. I have #noscript installed in my browser as well and denied LAN for any website, even trusted ones. I think this is a fairly scary browser default.
-
I am currently refactoring most of Zentrox' Rust codebase and API to make it more suitable for collaborating with others on this project.
After that I am considering to re-write parts of the JavaScript frontend.
I realized, it is fairly fun removing bad code and being able to just write a cleaner version of it.
-
Just tried to install the several months old version of Zentrox my self.
I think I should really simplify the user experience when it comes to installing the program.
Currently, this is not at all anywhere near smooth. 😂
#Zentrox #programming -
I re-worked #Zentrox account settings. It now lets you disable and enable 2FA any time. The interface also is a bit cleaner now.
#programming #ui -
Updated #Zentrox packages section
It is not fully finished now, but it now has:
- Loaders for installing, removing and updating
- Updating
- Cleaner UI
#ui #programming -
Screenshots of #Zentrox logging interface. It is powered using journalctl. It supports searching and time ranges.
What shoud I add or change?(Yes I removed some sensitive information)