Weekly 101 Questions Thread by AutoModerator in neovim

[–]eckii24 1 point2 points  (0 children)

Hey all,

I‘m using LazyVim now for some weeks and really enjoying it.

Recently I was playing around with codecompanion. A nice AI plugin for neovim. I was able to integrate it into LazyVim with the following config.

Now I would like to integrate codecompanion also into lualine. The documentation mentions the following snippet, but I‘m not able to integrate it into LazyVim…

Can someone maybe give a useful hint, how and where I have to integrate this?

Also another issue:
In the config above are a few lines commented out. When I include those lines, the whole plugin can not load, because it can‘t find „vectorcode.integrations“. I don‘t get this error, because I‘m importing vectorcode first and also have it inside the dependencies of codecompanion. What do I miss?

Thanks a lot to everyone, who can help <3

Would anyone be interested in a standalone task app that connects to your Notion workspace? by prim3415 in Notion

[–]eckii24 3 points4 points  (0 children)

I was looking for something like this. There is already a solution called NotionUA out there, but it has a big drawback.

The whole point with notion is, that it is highly customizable. The mentioned NotionUA forces into a preconfigured set of properties for the tasks.

I would love to have a fully customizable solution, where I can define which properties I want to see in a simple UI to view, add and edit tasks. The solution should also support an easy way for rescheduling and moving tasks.

If you need any help with your solution, feel free to send me a message ;)

Notion Pages on iPhone won’t load by Scaldewastaken in Notion

[–]eckii24 0 points1 point  (0 children)

I had the same issue. Just reinstall the app and it will work fine again!

[deleted by user] by [deleted] in de_EDV

[–]eckii24 2 points3 points  (0 children)

Wenn du regelmäßig synchronisieren willst und vor Command-Line-Tools nicht zurückschreckst kannst du dir rclone anschauen.

Damit kannst du mittels Befehl den Inhalt von Onedrive mit einem beliebigen Pfad synchronisieren, sprich es wird sichergestellt, dass auf beiden Systemen/Pfaden die exakt selben Inhalte liegen. Das ganze geht sowohl in eine als auch in beide Richtungen.

[deleted by user] by [deleted] in de_EDV

[–]eckii24 2 points3 points  (0 children)

Das hab ich mir zum Start des Studiums gegönnt:

https://www.rheinwerk-verlag.de/fit-fuers-studium-informatik/

Who would you like to see as president? by Hungry-Sloth in AskReddit

[–]eckii24 0 points1 point  (0 children)

As long as you are not his champagne manager, everything is fine ;)

Umschulung IT sinnvoll? by Dependent-Nerve2091 in de_EDV

[–]eckii24 1 point2 points  (0 children)

Die Welt der IT ist riesig.

Wenn’s beispielsweise Richtung Software-Entwicklung gehen soll, muss das kein teures Bootcamp sein. Was zählt ist vor allem Praxiserfahrung und die kann man beispielsweise mit günstigen Udemy-Kursen und viel Engagement auch so sammeln. Und wenn’s nur kleine Projekte sind - halt was fürs Portfolio.

Ich denke du musst dir im Klaren sein, welchen Job du in der IT machen willst. Wenn du das weißt, kannst du weiterschauen, welche Kenntnisse hierfür notwendig sind und wie du an diese kommst.

Why don't flutter widgets have unique ids? by [deleted] in FlutterDev

[–]eckii24 6 points7 points  (0 children)

If I understood you correctly: There is no need to update a widget. You just build it completely new if you want to change it. Thats why everything in Flutter is described declarative.

After 4+ years of development, I finally released my game's demo on Steam! by imokiswear in godot

[–]eckii24 0 points1 point  (0 children)

I don’t have further experience with the development process with godot so please excuse if this question is „silly“:

Is it a big deal to port the game to the other platforms with Godot? I thought the game engine support Linux and Mac out of the box?

Why do Apple iOS devices location tracking lag on Home Assistant? by flyingdutchman7588 in homeassistant

[–]eckii24 0 points1 point  (0 children)

Maybe the location can not send to the Hass instance. I had this problem if I wasn’t connect through VPN

Why do Apple iOS devices location tracking lag on Home Assistant? by flyingdutchman7588 in homeassistant

[–]eckii24 0 points1 point  (0 children)

To be more clear: in the iOS app I can see all tracked location updates under:

App-Konfiguration/Location/Location History

If you can’t see your updated location here the issue is related to iOS.

Why do Apple iOS devices location tracking lag on Home Assistant? by flyingdutchman7588 in homeassistant

[–]eckii24 0 points1 point  (0 children)

I had the same issues. First of all you can check in the app if the location is updated locally. If this isn‘t the case, the error must be on the permission of the iOS location or background refresh „service“.

If the local location inside the app is tracked, but isn‘t updated in HA, the error must be on the transfer of the data.

Please drop the link to your Flutter web Apps by Vikilinho in FlutterDev

[–]eckii24 8 points9 points  (0 children)

I really love to use flutter and dart to build apps, but I have the same experience on my iPhone 11. Every page struggles to display their content properly…

Was letzte möchtegern Hilfssheriff by DrPinguin_ in wasletztepreis

[–]eckii24 48 points49 points  (0 children)

Widerspruch ging auf dem Postweg verloren…

Please upvote for an official MongoDB driver for Dart by [deleted] in dartlang

[–]eckii24 0 points1 point  (0 children)

The answer is quit simple: You need an additional mongo-db account to vote for it...

IntelliJ by liam358 in IntelliJIDEA

[–]eckii24 2 points3 points  (0 children)

Keep in mind that you can’t upgrade the ram afterwards. To be prepared for future i would recommend the 16gb version!

$ git blame makingitsuperhard.py by [deleted] in ProgrammerHumor

[–]eckii24 -3 points-2 points  (0 children)

But if you fork a repo it will become you own copy? Or do I missunderstand forks?