๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Conda command not found

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Zsh Anaconda Miniconda

Ive installed Miniconda and have added the environment variable export PATHhomeusernameminiconda3binPATH to my bashrc and bashprofile but still cant run any

Thumbnail for Posts

Copy files to output directory using csproj dotnetcore

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net-Core

So my issue is pretty simple I have some files that I want to be copied to the build output directory whether it is a debug build or a release publish All of

Thumbnail for Posts

Difference between DateTime and Time in Ruby

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Datetime Time

Whats the difference between DateTime and Time classes in Ruby and what factors would cause me to choose one or the

Thumbnail for Posts

Difference between int array and int array

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Arrays

I have recently been thinking about the difference between the two ways of defining an array int array int array Is there a

Thumbnail for Posts

Difference between Visual Basic 60 and VBA

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Vba Vb6

What is the difference between the two I always thought VBA is somewhat crippled version of VB but when a friend asked me the other day I had no idea what the

Thumbnail for Posts

Does JSON syntax allow duplicate keys in an object

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Json Standards

Is this valid json a x a y httpjsonlintcom says yes httpwwwjsonorg doesnt say anything about it being forbidden But obviously it doesnt make much sense does it

Thumbnail for Posts

Dynamic tag name in React JSX

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Node.Js Reactjs Jsx

I am trying to write a React component for HTML heading tags h1 h2 h3 etc where the heading level is specified via a prop I tried to do it like this

Thumbnail for Posts

ERROR ITMS-9000 Redundant Binary Upload There already exists a binary upload with build version 10 for train 10

๐Ÿ“‚ Categories: Programming

I am trying to upload my build on iTunes Connect via Xcode 511 but it is continuously showing that it is loading and app is not getting uploaded So I have

Thumbnail for Posts

Error No toolchains found in the NDK toolchains folder for ABI with prefix llvm

๐Ÿ“‚ Categories: Programming

I want to compile an open source android project Netguard using gradel gradlew clean build But I encountered this Error A problem occurred configuring project