๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

iOS 7 status bar back to iOS 6 default style in iPhone app

๐Ÿ“‚ Categories: Programming

In iOS 7 the UIStatusBar has been designed in a way that it merges with the view like this GUI designed by Tina Tavar It is cool but it will somewhat mess up

Thumbnail for Posts

Is HttpClient safe to use concurrently

๐Ÿ“‚ Categories: Programming

In all the examples I can find of usages of HttpClient it is used for one off calls But what if I have a persistent client situation where several requests can

Thumbnail for Posts

Is it possible to disable floating headers in UITableView with UITableViewStylePlain

๐Ÿ“‚ Categories: Programming

Im using a UITableView to layout content pages Im using the headers of the table view to layout certain images etc and Id prefer it if they didnt float but

Thumbnail for Posts

Iterate over object attributes in python duplicate

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Oop Attributes Iteration

This question already has answers here Is there a builtin function to print all the current properties and values of an object 32 answers Closed 3 years ago I

Thumbnail for Posts

Laravel Migration Error Syntax error or access violation 1071 Specified key was too long max key length is 767 bytes

๐Ÿ“‚ Categories: Mysql

Migration error on Laravel 54 with php artisan makeauth IlluminateDatabaseQueryException SQLSTATE42000 Syntax error or access violation 1071 Specified key was

Thumbnail for Posts

List of MSBuild built-in variables

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

How can I get a list of builtin MSBuild variables I need to know how to determine the current projects csproj name and thought it might be useful to know what

Thumbnail for Posts

Listing all extras of an Intent

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Android-Intent

For debugging reasons I want to list all extras and their values of an Intent Now getting the keys isnt a problem SetltStringgt keys intentgetExtraskeySet but

Thumbnail for Posts

Maven dependency for Servlet 30 API

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Maven-2 Servlets Jakarta-Ee

How can I tell Maven 2 to load the Servlet 30 API I tried ltdependencygt ltgroupIdgtjavaxservletltgroupIdgt ltartifactIdgtservletapiltartifactIdgt

Thumbnail for Posts

Maven how to do parallel builds

๐Ÿ“‚ Categories: Programming

When you build with maven on a multicore multiCPU machine it would often be possible to build different subprojects in parallel Is there a way to do this with