๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Passing data between controllers in Angular JS

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Angularjs Angular-Services

I have a basic controller that displays my products AppcontrollerProductCtrlfunctionscopeproductFactory productFactorygetsuccessfunctiondata scopeproducts data

Thumbnail for Posts

pip no module named internal

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pip

I have a problem when I try to use pip in any way Im using Ubuntu 16044 I should say that Ive used it already and I never had any problem but starting today

Thumbnail for Posts

Python Request Post with param data

๐Ÿ“‚ Categories: Python

This is the raw request for an API call POST http1921683458080apiv2eventlogsessionKeyb299d17b896417a7b18f46544d40adb734240cc2ampformatjson HTTP11

Thumbnail for Posts

Quick-and-dirty way to ensure only one instance of a shell script is running at a time

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Shell Process Lockfile

Whats a quickanddirty way to make sure that only one instance of a shell script is running at a given

Thumbnail for Posts

Reactjs - input losing focus when rerendering

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Reactjs

I am just writing to text input and in onChange event I call setState so React rerenders my UI The problem is that the text input always loses focus so I need

Thumbnail for Posts

Read binary file as string in Ruby

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: String File-Io

I need an easy way to take a tar file and convert it into a string and vice versa Is there a way to do this in Ruby My best attempt was this file

Thumbnail for Posts

Refused to load the script because it violates the following Content Security Policy directive

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Http Content-Security-Policy

When I tried to deploy my app onto devices with Android system above 500 Lollipop I kept getting these kind of error messages 0703 183921621

Thumbnail for Posts

Remove querystring from URL

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

What is an easy way to remove the querystring from a Path in Javascript I have seen a plugin for Jquery that uses windowlocationsearch I can not do that The

Thumbnail for Posts

REST API Best practices args in query string vs in request body duplicate

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Json Http Query-String Rest

This question already has answers here REST API Best practices Where to put parameters closed 14 answers Closed 6 months ago Locked This question and its