search for: mytrack

Displaying 4 results from an estimated 4 matches for "mytrack".

Did you mean: mytrace
2020 Jul 10
2
Strange behaviour of methods::slot() when returning a tibble
...rning is printed every time the resultant object is called, e.g. df <- slot(object, name); df, would not print the error on the first call, but would print the warning every time df is printed. For an MWE setClass("track", slots = c(x="numeric", y="data.frame")) myTrack <- new("track", x = -4:4, y = tibble(y = 1)) myTrack df <- slot(myTrack, "y") df The package passes R CMD check even though this warning is produced in most examples. Changing to a generic S3 data.frame also doesn't produce this error. I'm running the following...
2020 Jul 10
0
Strange behaviour of methods::slot() when returning a tibble
...e resultant object is called, e.g. df <- slot(object, name); df, would not print the error on the first call, but would print the warning every time df is printed. > > For an MWE > > > setClass("track", slots = c(x="numeric", y="data.frame")) > myTrack <- new("track", x = -4:4, y = tibble(y = 1)) > > myTrack > > df <- slot(myTrack, "y") > df > > The package passes R CMD check even though this warning is produced in most examples. Changing to a generic S3 data.frame also doesn't produce this er...
2008 Oct 18
1
Drop-down menus won't stay open
I'm running wine-1.1.6 (and I've also tried wine.git), which has funny problem with Windows menus. I use a stock charting program (from myTrack.com) that uses two kinds of menus, popup and dropdown, and they each have different problems when run under wine. The dropdown menus won't stay open for more than one second before they close themselves. If I'm really quick I can make a selection, but it's very difficult. The popup m...
2004 Aug 06
2
Newbie question - on demand streaming?
Hi, Just thinking about migrating from Shoutcast..... I have a question on how to make Icecast behave as I have Shoutcast running, and provide "on demand" streaming via my web server. In other words, currently I have a link on my webserver such as thus: http://myserver.org:9000/content/mytrack.pls ....and the user is connected to the Shoutcast server running on port 9000 and streamed the mp3 in the content directory whenever they click on this link. What do I need and how do I make Icecast behave the same? I can find stuff about broadcasting live streams to the server, but not using i...