Skip to content
ios logo

iOS

iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.

Here are 22,455 public repositories matching this topic...

sheetjs
KurtMar
KurtMar commented Sep 12, 2019

I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:

https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18

jokro
jokro commented Jun 29, 2019

Case:
In android i use
import {openFile} from "tns-core-modules/utils/utils"
openFile(path)
to open a *.pdf file from downloads folder. This works like charm with one problem.

Problem: a list of all apps which can open a pdf file is opened. If i select google pdf viewer, the file opens correctly. If I close and reopen, again I first have to select the google pdf viewer before the file

villain-bryan
villain-bryan commented Mar 16, 2018

Issue details

While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.

Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.

Ragura
Ragura commented Aug 19, 2019

The documentation to deploy an SPA with the now command is outdated. It's no longer possible to switch to version 1.0 to deploy a project for "new" users (since the beginning of 2019?).

I'd like to add that I was able to use V2.0 by changing the distPath build option in the quasar config file to "public/". This, on top of adding the "build": "quasar build" script in package.json, seemed t

Learn about ios

Website
www.apple.com/ios
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.