issues Search Results · repo:ua-parser/uap-go language:Go
Filter by
30 results
(94 ms)30 results
inua-parser/uap-go (press backspace or delete to remove)Description
Hi, is it possbile to use this parser without yaml configuration? I want more straight forward usage of this library
package main
import (
fmt
log
github.com/ua-parser/uap-go/uaparser ...
rneko26
- 1
- Opened on Jan 21
- #92
I understand that Go s regexp packages uses finite automaton. Working on uap-rust, I learned that uap-core s extensive
use of large bounded repetition (.{x,y} with a large y) causes a state explosion in ...
masklinn
- Opened on Oct 26, 2024
- #91
#59 Related to this PR, the regexp package is very slow. I suggest creating an interface and changing it so that
processing related to regular expressions can be injected externally as a dependency.
aka-ao
- 3
- Opened on May 14, 2024
- #87
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
TomTsong
- 2
- Opened on Feb 4, 2024
- #85
The newly introduced cache.go is giving the following errors:
ua-parser/uap-go/uaparser/cache.go:10:17: undefined: lru.ARCCache
ua-parser/uap-go/uaparser/cache.go:11:17: undefined: lru.ARCCache
ua-parser/uap-go/uaparser/cache.go:12:17: ...
schien-dong
- 4
- Opened on Sep 5, 2023
- #82
@elsigh Following user-agent strings never return iPad OS via client.Os.Family:
Mozilla/5.0 (iPad; CPU OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 ...
tanvir-retailai
- 1
- Opened on Apr 7, 2023
- #81
Thank you for providing us with a great library.
Could you please set up an official version for this wonderful program?
It would be great if you could give the version to github releases.
It would ...
keyno63
- Opened on Aug 25, 2022
- #78
The use of regex.MustCompile (see:
https://github.com/ua-parser/uap-go/blob/daf92ba38329329419decc8e322bcd9480964294/uaparser/parser.go#L354-L360 ) means
that if any regex fails, there is a panic.
We ...
veqryn
- 4
- Opened on Jan 29, 2020
- #67
When parsing the newly-released version of regexes.yaml, from
https://raw.githubusercontent.com/ua-parser/uap-core/master/regexes.yaml, uap-go panics, by way of regexp.MustCompile:
panic: regexp: Compile(`Android ...
laingawbl
- 2
- Opened on Jan 28, 2020
- #66
func main() {
uagent := Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-80) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true
parser, err ...
franklingu
- 2
- Opened on Oct 14, 2019
- #65

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.