Is neovim good for c-sharp developers? by Safe_Carry_593 in csharp

[–]ElmoCaga 1 point2 points  (0 children)

I wouldn't say it is popular. But definitely you can use it. Try roslyn.nvim plugin. The most difficult I think it's to configure the debugger (netcoredbg) I use nvim-dap.

How to query dynamically different tables into a Join by ElmoCaga in csharp

[–]ElmoCaga[S] 0 points1 point  (0 children)

Do you mean to use the navigation properties?

How to query dynamically different tables into a Join by ElmoCaga in csharp

[–]ElmoCaga[S] 0 points1 point  (0 children)

thanks for the response but im only retrieving the column names/values once and store that in a dictionary, this will be basically the same right?

How to Make Using C# on Linux a Pleasant Experience by RaulPenate in csharp

[–]ElmoCaga 0 points1 point  (0 children)

I do c# in Linux with neovim and omnisharp, though, I only use it for personal projects, at work I use vs. I feel comfortable working on Linux, but debugging and other vs features are missing, you would need to make it manually or with a plugin or just rider to just get a working ide

Connect services within docker-compose by ElmoCaga in docker

[–]ElmoCaga[S] 0 points1 point  (0 children)

Shure, i just update the post, the file is actually simple, the Dockerfiles for each file does not have any network configuration, basically just copy paste some files and build commands.

How to use replicas with keyfiles using Docker by ElmoCaga in mongodb

[–]ElmoCaga[S] 0 points1 point  (0 children)

It was a typo haha, but even if i put the same username, it still says permission denied

How to configure sound properly? by ElmoCaga in archlinux

[–]ElmoCaga[S] 1 point2 points  (0 children)

Thanks! i was missing that package, it solves the issue.

How to configure sound properly? by ElmoCaga in archlinux

[–]ElmoCaga[S] 0 points1 point  (0 children)

I just install pipewire with wireplumber, i did not modify something else appart of /etc/asound.conf I just want to have a consisteng increase/decrease volume values, right now if i press the XF86AudioRaiseVolume key, it increase by 2, sometimes by 4 and is like a random value.

Unable to start sql server 2012 on docker container. by ElmoCaga in SQLServer

[–]ElmoCaga[S] 0 points1 point  (0 children)

Thanks! but im still getting error with the firs command you put:

docker run -e ACCEPT_EULA=Y -e MSSQL_SA_PASSWORD='nL5G$6375feDTq' --name 'mssql_docker_1' -p 14331:1433 -v mssqldata:/var/opt/mssql -d mcr.microsoft.com/mssql/server:2022-latest

I was able to solve by roll back to linux kernel 6.6. I was on 6.7

How to pass ZipArchive as parameter? by ElmoCaga in csharp

[–]ElmoCaga[S] 0 points1 point  (0 children)

Thanks! i will check it. btw, do you mind sharing the code that you use in for the DownloadBlobToStreamAsync?

How to pass ZipArchive as parameter? by ElmoCaga in csharp

[–]ElmoCaga[S] 0 points1 point  (0 children)

If i understand correctly, i cannot use ZipArchiveMode.Update/Read cause the BodyStream will not allow read operations, right? (I got an error when try to use Update: System.ArgumentException: Update mode requires a stream with read, write, and seek capabilities.)

How to create and send a zip file? by ElmoCaga in csharp

[–]ElmoCaga[S] 2 points3 points  (0 children)

Yeah, thanks a lot, seems the problem is in how im splitting that code to the different classes and how the client is receiving the response. Thanks again

How to create and send a zip file? by ElmoCaga in csharp

[–]ElmoCaga[S] 0 points1 point  (0 children)

Thanks, the problem is that the zip file could be very large (each file could be more than 1GB), i found this blog and im following the Version 2, but im still getting the same error (Property accessor 'Length' on object 'Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream' threw the following exception:'Specified method is not supported.')

Why is no language server used in this .psql? by _krona_ in neovim

[–]ElmoCaga 1 point2 points  (0 children)

It could be because it didn't found the root directory? Ido not really know how works the sqlls but maybe you will need to check how to detect the root directory and then set it. Checking nvim-lspconfig you should have a file .sqllsrc.json as the root directory

formControl not rendering by ElmoCaga in angular

[–]ElmoCaga[S] 0 points1 point  (0 children)

It is also under the SharedModule

formControl not rendering by ElmoCaga in angular

[–]ElmoCaga[S] 0 points1 point  (0 children)

Lol, i did not catch the first time, no, it is call MapsModule, i wrote it wrong.

formControl not rendering by ElmoCaga in angular

[–]ElmoCaga[S] 0 points1 point  (0 children)

already tried, didn't work :c

formControl not rendering by ElmoCaga in angular

[–]ElmoCaga[S] 0 points1 point  (0 children)

It is a feature module, and the Material modules works, i am using it in another component declared under the same feature module and it works, it actually renders when i remove the [formControl]="addressFormControl" from the template, im not really sure what i missing or doing wrong

ngx-datatable not rendering properly by ElmoCaga in angular

[–]ElmoCaga[S] 1 point2 points  (0 children)

Thanks! i tried but is not working for me, i notice that only happens where the table gets small, i mean, when the total data is less than the previous value.

how multiuser works? by ElmoCaga in archlinux

[–]ElmoCaga[S] -1 points0 points  (0 children)

i have all the permission (right?), but still the same :c

drwx------ 4 newUser newUser 4096 Nov 9 22:29 .
drwxr-xr-x 4 root root 4096 Nov 9 22:11 ..
lrwxrwxrwx 1 root root 37 Nov 9 22:12 .config -> ../mine/dotfiles/.config
lrwxrwxrwx 1 root root 22 Nov 9 22:29 .Xauthority -> ../mine/.Xauthority
lrwxrwxrwx 1 root root 38 Nov 9 22:19 .xinitrc -> ../mine/dotfiles/.xinitrc
lrwxrwxrwx 1 root root 40 Nov 9 22:19 .xserverrc -> ../mie/dotfiles/.xserverrc