Csaba Toth

Results 73 issues of Csaba Toth

Fixes #3, similar to https://github.com/google-ar/codelab-geospatial/pull/4 but for the `step-position-user` branch, since https://developers.google.com/ar/develop/java/geospatial/codelab#2 also has it on the anim gif.

Fixes #6 in the `step-place-anchor` branch See also https://github.com/google-ar/codelab-geospatial/pull/13

Currently the source compiles against and targets API SDK level 30. Android Studio warns that SDK level 31 is already available. The main challenge is that API level 31 requires...

The anim gifs in the Codelab show accuracy and other info displayed on the map but it's not called in this repo. Is this intended?

Created based on https://twittercommunity.com/t/how-to-get-tags-of-a-media-in-a-tweet/185614/3 Sometimes Twitter users don't feature handles in the text, but rather tag the attached media with handles. There wasn't a way to access those handles via...

So in other words Disqus back-end doesn't bin the comments by blog posts (https://gitlab.com/MrCsabaToth/mrcsabatoth.gitlab.io/-/issues/9). My website is open source: https://gitlab.com/MrCsabaToth/mrcsabatoth.gitlab.io/ Here is the Disqus relevant section, I only enable comments...

My code is `FlutterLogs.exportLogs(exportType: ExportType.ALL);` as a preparation for exporting all logs. My app has a button the user can tap to export logs. However if there wasn't any logging...

How I initialize: ``` FlutterLogs.setDebugLevel(0); final List logLevels = logLevelThreshold == logLevelNone ? [] : [LogLevel.INFO, LogLevel.WARNING, LogLevel.ERROR, LogLevel.SEVERE]; await FlutterLogs.initLogs( logLevelsEnabled: logLevels, timeStampFormat: TimeStampFormat.TIME_FORMAT_READABLE, directoryStructure: DirectoryStructure.FOR_DATE, logTypesEnabled: ["device", "network",...

> Task :flutter_logs:compileReleaseKotlin w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_logs-2.1.7/android/src/main/kotlin/com/flutter/logs/plogs/flutter_logs/FlutterLogsPlugin.kt: (148, 29): Variable 'labels' is never used w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_logs-2.1.7/android/src/main/kotlin/com/flutter/logs/plogs/flutter_logs/LogsHelper.kt: (64, 68): Type mismatch: inferred type is String? but String was expected I'm using Kotlin version...

I experimented with the example app. Unfortunately I couldn't get it to work: the advertised service doesn't show up in any scans. I'm using a OnePlus Nord Android phone with...