Bug#1053449: visidata package still has missing dependence on python3-pkg-resources

2024-01-08 Thread Anja
Yayyy! I'll be reaching out this weekend most likely. =))

On Mon, 8 Jan 2024 at 08:24, Martin  wrote:

> Quoting Anja :
> > I am planning to package version 3 in the next week. When is the deadline
> > for Debian12?
>
> Debian 12.4 has been released on 2023-12-10 and I'm not aware of fixed date
> for 12.5. Anyway, version 3 cannot go into Debian 12 ("bookworm"), it can
> only target Debian 13 ("trixie").
>
> For Debian 12, we can do two things:
>
> 1. Fix the missing dependency in a package 2.11-1+deb12u1 for Debian 12.5
> (or, if things go wrong badly, for 12.6)
>
> 2. Prepare a backport of version 3, as soon as the package is in Debian
> testing (typically five days after upload to unstable)
>
> I can guide you through this jungle and later sponsor the uploads, np.
> It's easier than it might sound!
>
> Cheers, Martin
>


Bug#1053449: visidata package still has missing dependence on python3-pkg-resources

2024-01-08 Thread Anja
I am planning to package version 3 in the next week. When is the deadline
for Debian12?

On Mon, 8 Jan 2024 at 06:21, John  wrote:

> Package: visidata
> Version: 2.11-1
> Followup-For: Bug #1053449
>
> Dear Maintainer,
>
> -- System Information:
> Debian Release: 12  up to date at 13:00 1Jan2024
>
> After installing the visidata package, the command vd gave output
> ModuleNotFoundError: No module named 'pkg_resources'
>
> The visidata pkg should have a dependence on python3-pkg-resources
> With that package installed, it works.
>
> This was reported 4 Oct 2023 Debian Bug report #1053449
>
> Anja  wrote on 15 Dec 2023
> We actually are going to address this in the next release:
> v3.0 is slated for in the next 2-4 weeks.
>
> Will Debian12 get version 3?  If not, the bug will persist in Debian12.
>
> John
>


Bug#1058336: visidata: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2023-12-15 Thread Anja
Hello! Thanks for letting us know.

>  > self = , k = '_parts'
>
> def __getattr__(self, k):
> if hasattr(self.__dict__, k):
> r = getattr(self.__dict__, k)
> else:
> if self.__dict__.get('_path', None) is not None:
> >   r = getattr(self._path, k)
> E   AttributeError: 'PosixPath' object has no attribute
'_parts'. Did you mean: 'parts'?

Someone let us know much earlier on the repo, and we published a patch with
the fix: https://github.com/saulpw/visidata/issues/1934. We did not ship
that patch to Debian, since there was a planned major release very soon.

We are planning to release v3.0 in 2-4 weeks, and then that version will
then get packaged for Debian.

On Tue, 12 Dec 2023 at 01:18, Lucas Nussbaum  wrote:

> Source: visidata
> Version: 2.11-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231212 ftbfs-trixie
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
>
> Relevant part (hopefully):
> >  debian/rules binary
> > dh binary --with python3 --buildsystem=pybuild
> >dh_update_autotools_config -O--buildsystem=pybuild
> >dh_autoreconf -O--buildsystem=pybuild
> >dh_auto_configure -O--buildsystem=pybuild
> >   pybuild --configure -i python{version} -p "3.12 3.11"
> > I: pybuild base:310: python3.12 setup.py config
> > running config
> > I: pybuild base:310: python3.11 setup.py config
> > running config
> >dh_auto_build -O--buildsystem=pybuild
> >   pybuild --build -i python{version} -p "3.12 3.11"
> > I: pybuild base:310: /usr/bin/python3.12 setup.py build
> > running build
> > running build_py
> > file visidata.py (for module visidata) not found
> > creating /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/fill.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/customdate.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/choose.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/utils.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/slide.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/shell.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/transpose.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/__init__.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/textsheet.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/path.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/macos.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/freqtbl.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/search.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/aggregators.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/metasheets.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/bezier.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/unfurl.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/help.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/_types.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/canvas.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/sheets.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/main.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/movement.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/menu.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/canvas_text.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/pyobj.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/form.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/selection.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/keys.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/macros.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/modify.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/memory.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/clipboard.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/color.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/regex.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/__main__.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > 

Bug#1053449: VisiData requires python3-pkg-resources

2023-12-15 Thread Anja
Hi! Thank you for writing in!

We actually are going to address this in the next release:
https://github.com/saulpw/visidata/issues/1911. `pkg_resources` got removed
as a hidden dependency on our development branch.

v3.0 is slated for in the next 2-4 weeks. You discovered one workaround;
the other is to install `python3-setuptools`.

On Wed, 4 Oct 2023 at 03:09, Daniel Carpenter  wrote:

> Package: visidata
> Version: 2.11-1
>
> When I install visidata in a fresh debian:sid docker container, it crashes
> when I try to start it:
>
>   File "/usr/bin/vd", line 3, in 
> import visidata.main
>   File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 102, in
> 
> import visidata.main
>   File "/usr/lib/python3/dist-packages/visidata/main.py", line 19, in
> 
> from pkg_resources import resource_filename
> ModuleNotFoundError: No module named 'pkg_resources'
>
> If I also install python3-pkg-resources, it does start. Is it a dependency?
>
> I see that bullseye is not affected, but bookworm and trixie are.
>


Bug#1001647: visidata phones home

2023-07-29 Thread Anja
Hey stqmts+5ehe03cek0yy8,

> I hope it's not relevant here that the package maintainer of visidata in
debian is also the upstream author, and this phoning home provides upstream
with some sort of revenue stream, and this is why this bug hasn't been
dealt with yet...

The creator of VisiData goes into great depth here about his decision to
enable motd by default: https://github.com/saulpw/visidata/issues/913

The privacy page is here: https://www.visidata.org/privacy/.

In particular: VisiData fetches the list of startup messages with a single
HTTP GET. The first time each day that VisiData is used, it downloads a
single small file. This access is also logged by the website.
This network request can be turned off by adding options.motd_url=None to
your ~/.visidatarc.

This daily count of users is what keeps us working on the project, because
otherwise we have feel like we are coding into a void. There are some
extremely dedicated users who talk to us about how much they love the
project, and engage with us, but by-and-large we only found out people were
using it when they were unhappy with something. Knowing that there is a
steady increase of people using it, motivates me to fix bugs in my evenings
after a full day at my day-job.

> In my case, visidata was phoning home while working on GDPR data...

You don't have to worry! Your GDPR data is perfectly safe. You can look at
the code, it is all open source:
https://github.com/saulpw/visidata/blob/develop/visidata/motd.py. It just
does an HTTP Get. The process to get a package accepted into Debian was
brutal. The user @geekscrapy is extremely privacy conscious, and he did
tell us that he made the choice to turn motd off, but otherwise has not
voiced to us any concerns. He hangs out in the VisiData discord, if you
wanted to chat any further about your concern: bluebird.sh/chat. Also, in
case this matters to you, we wrote about any occurrences of swap files
here: https://github.com/saulpw/visidata/issues/140.

I read that you are also concerned about any behind the scenes revenue.
VisiData has no revenue stream.

Saul, as a creator, has a github sponsors:
https://github.com/sponsors/saulpw and a patreon:
https://www.patreon.com/saulpw/posts. People sponsor if they want to
support his work, and no other reason. Examples of something that patreon
money has supported is paying a web developer to build a better-looking
website for VisiData.


On Tue, 25 Jul 2023 at 08:03,  wrote:

> Package: visidata
> Version: 2.11-1
> Followup-For: Bug #1001647
>
> This bug still exists in the version of visidata released with debian
> bookworm.
>
> Debian users do not expect software provided through debian to be phoning
> home for reasons unrelated to the function of the software. In my case,
> visidata was phoning home while working on GDPR data...
>
> Normally, package maintainers in debian patch out this functionality
> before releasing the software to users. Please do so.
>
> I hope it's not relevant here that the package maintainer of visidata in
> debian is also the upstream author, and this phoning home provides upstream
> with some sort of revenue stream, and this is why this bug hasn't been
> dealt with yet...
>
> -- System Information:
> Debian Release: 12.1
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
> 'stable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 6.1.0-10-amd64 (SMP w/1 CPU thread; PREEMPT)
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages visidata depends on:
> ii  python3 3.11.2-1+b1
> ii  python3-dateutil2.8.2-2
> ii  python3-importlib-metadata  4.12.0-1
>
> visidata recommends no packages.
>
> visidata suggests no packages.
>
> -- no debconf information
>


Bug#1023752: visidata: New upstream version: v2.10.2 (Oct 8, 2022)

2023-01-23 Thread Anja
Yeah, let's try! Thanks, Martin. =)

On Mon, 23 Jan 2023 at 01:29, Martin  wrote:

> On 2023-01-22 22:12, Anja wrote:
> > Oh! Ty! What's your personal deadline so you have time to review?
>
> Let's calculate: Freeze date, 2023-02-12, minus five days for testing
> migration, 2023-02-07, minus one weekend: 2023-02-03 more or less.
>
> > I will talk with the author, Saul. Nothing is coming up that is a
> dealbreaker for 2.11, so as far as I understand it that is the one we are
> going to go with. Either
> > that or 2.10.2.
>
> I suggest to go for 2.10.2 right now, and if we still can get 2.11
> into the release afterwards, the better!
>
> Cheers
>


Bug#1023752: visidata: New upstream version: v2.10.2 (Oct 8, 2022)

2023-01-22 Thread Anja
Oh! Ty! What's your personal deadline so you have time to review?

I will talk with the author, Saul. Nothing is coming up that is a
dealbreaker for 2.11, so as far as I understand it that is the one we are
going to go with. Either that or 2.10.2.

On Sat, 21 Jan 2023 at 16:47, Martin  wrote:

> Hi,
>
> now is almost the last chance to get a current visidata into the next
> Debian release. What's the state of the package?
>
> Cheers
>


Bug#1023752: visidata: New upstream version: v2.10.2 (Oct 8, 2022)

2022-11-09 Thread Anja
Hi Andrew!

We tend to wait to update the Homebrew and Debian until we are sure of the
solidity of a release. Having said that, 2.10.2 does feel pretty solid, so
we are likely to prioritise a Debian release for that one. =)

On Wed, 9 Nov 2022 at 07:24, Andrew Chadwick  wrote:

> Package: visidata
> Version: 2.2.1-1
> Severity: wishlist
> X-Debbugs-Cc: a.t.chadw...@gmail.com
>
> Dear Maintainer,
>
> Version 2.10.2 of visidata is now available from its upstream. Please
> could
> the Debian repositories be updated with it, when you have a chance?
>
> * https://github.com/saulpw/visidata/tags
> * https://www.visidata.org/releases/
> * https://qa.debian.org/cgi-bin/watch?pkg=visidata
>
>
> many thanks,
> Andrew
>


Bug#1001647:

2021-12-13 Thread Anja
Hi Jakub!

- VisiData fetching the list of startup messages he first time each day
that VisiData is used is documented in the privacy policy:
https://www.visidata.org/privacy/.
-
- As noted in the privacy policy, the network request can be turned off by
adding `options.motd_url=None` to your `~/.visidatarc`.
There is definitely a bug in v2.2.1 and earlier, where VisiData will access
the website each time it is used, in order to grab the list of plugins.
This bug was fixed in v2.3:
https://github.com/saulpw/visidata/blob/stable/CHANGELOG.md#bugfixes-5. I
have not updated the VisiData on debian yet post v2.2.1, because I wanted
to be certain of a stable candidate on debian. v2.8 coming up will have
that fix, and is a candidate for updating the Debian package. I can leave
this bug open as unresolved until that is done.

For now, you can set `options.plugins_url=None` to your `~/.visidatarc` to
turn that off. `open-plugins` will not work, but if you do not want your
software making network requests, you probably would not want that feature.

For a detailed explanation on why the author chose to have the network
requests on by default, please see this discussion:
https://github.com/saulpw/visidata/discussions/940


Bug#904656: visidata: fails to install with Python 3.7

2018-07-26 Thread Anja
Hi Andreas!

Agreed. We have actually merged in a patch for this upstream:
https://github.com/saulpw/visidata/pull/165 but the update has not made it
to Debian's repository yet.

I will repackage and submit 1.2.1 through the upload process ASAP.

Thanks for the notification and nudge. =)

~Anja

On 26 July 2018 at 02:26, Andreas Beckmann  wrote:

> Package: visidata
> Version: 1.0-1
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: piuparts
> Control: block 902788 with -1
>
> Hi,
>
> during a test with piuparts I noticed your package failed to install. As
> per definition of the release team this makes the package too buggy for
> a release, thus the severity.
>
> From the attached log (scroll to the bottom...):
>
>   Setting up visidata (1.0-1) ...
> File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 7
>   from .async import *
> ^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/canvas.py", line 519
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/cmdlog.py", line 286
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/data.py", line 226
>   @async
>^
>   SyntaxError: invalid syntax
>
> [...]
>
> File "/usr/lib/python3/dist-packages/visidata/pivot.py", line 32
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/tidydata.py", line 15
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/vdtui.py", line 452
>   def async(func):
>   ^
>   SyntaxError: invalid syntax
>
>   dpkg: error processing package visidata (--configure):
>installed visidata package post-installation script subprocess returned
> error exit status 1
>
>
> "async" has become a reserved keyword in Python 3.7
>
>
> cheers,
>
> Andreas
>


Bug#884565: ITP: visidata -- terminal utility for exploring and arranging tabular data

2017-12-16 Thread Anja
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

Hello,

I would like to submit a packaged VisiData [1] for inclusion in
the Debian repository. It is licensed under GPL3 and has an existing manpage.


Currently, its available through pypi [2], but I feel that it would be
a valuable addition to Debian's terminal toolkit. It is a vim-like spreadsheet
 application for surveying and analysing tabular data [3] from the terminal.


Data can also be piped in and I primarily use it for processing the output from
curls, telnets and grep at work.

There are some demos available at visidata.org/test.


[1] http://visidata.org/

[2] https://pypi.python.org/pypi/visidata

[3] tsv, csv, fixed width, json, sqlite, etc


Thank you for your time,

-- 
Anja


Bug#416177: Warning Code: XXU00321WBM

2010-03-08 Thread Anja Lahikainen



The Helpdesk Program that periodically checks the size of your e-mail  
space is sending you this information. The program runs weekly to  
ensure your inbox does not grow too large, thus preventing you from  
receiving or sending new e-mail. As this message is being sent, you  
have 18 megabytes (MB) or more stored in your inbox. To help us reset  
your space in our database, please enter your current user name  
(_)  password (___)


You will receive a periodic alert if your inbox size is between 18 and  
20 MB. If your inbox size is 20 MB, a program on your Webmail will  
move your oldest e-mails to a folder in your home directory to ensure  
you can continue receiving incoming e-mail. You will be notified if  
this has taken place.


If your inbox grows to 25 MB, you will be unable to receive new e-mail  
and it will be returned to sender. All this is programmed to ensure  
your e-mail continues to function well.


Thank you for your cooperation.
Help Desk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#416177: Warning Code: XXU00321WBM

2010-03-08 Thread Anja Lahikainen
The Helpdesk Program that periodically checks the size of your e-mail  
space is sending you this information. The program runs weekly to  
ensure your inbox does not grow too large, thus preventing you from  
receiving or sending new e-mail. As this message is being sent, you  
have 18 megabytes (MB) or more stored in your inbox. To help us reset  
your space in our database, please enter your current user name  
(_)  password (___)


You will receive a periodic alert if your inbox size is between 18 and  
20 MB. If your inbox size is 20 MB, a program on your Webmail will  
move your oldest e-mails to a folder in your home directory to ensure  
you can continue receiving incoming e-mail. You will be notified if  
this has taken place.


If your inbox grows to 25 MB, you will be unable to receive new e-mail  
and it will be returned to sender. All this is programmed to ensure  
your e-mail continues to function well.


Thank you for your cooperation.
Help Desk




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#253932: Lindsay loves stripping for the camera

2008-03-25 Thread Anja McGinity
Raise temperatures in the bedroom with your massive hot rod.

http://www.Steiplas.com/
Win the sex lottery here



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#356689: 2 capsules for 3 inches

2008-03-24 Thread Anja Hamlet
Be the Alpha Male of your community, gain 3-6 inches within a few months

http://www.Trenibelurg.com/
Find out what works for men



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#52214: I entered her secret garden

2008-03-21 Thread Anja knofsky

Incredible equipment means incredible pleasure for you and your woman.

http://www.serjuowq.com/
Her bath towel fell and I saw this



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383573: users to create

2008-03-20 Thread Anja Theodoric
Pickup Precsriptions and Medictaions right now

www.www.accompanimentautotransformer.toporaig.com



be aftermathauditory




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#256633: walking across campus,

2008-03-10 Thread Anja Baldwin
Wilhelm
Once again the strong winner hits!
Our first and very promising pick of 08
To watch Tuesday, the 11th of March 2008

Analysis of OrderPro Logistics:
Sym: OPLO
At: 0.006 (Upwards trend, a perfect time to get in)
5day Est: 0.02


In recent Headlines: OrderPro Logistics Announces Warehouse Customer Expansion 
Within CMA Logistics Subsidiary

Do your own research on this phenomenal new company, and you will see why it is 
a great addition to your 'portefollio'.

Again, this one will fly up to the sky!
We have never been wrong before!
Get it up on your watch list on Tue the 11th, March 08
And keeping yourself in darkness all night helps you stay asleep.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#227906: True friends, he tells

2008-03-10 Thread Anja Gilbert
Annett
Once again the strong winner hits!
Our first and very promising pick of 08
To watch Tuesday, the 11th of March 2008

Analysis of OrderPro Logistics:
Sym: OPLO
At: 0.006 (Upwards trend, a perfect time to get in)
5day Est: 0.02


In recent Headlines: OrderPro Logistics Announces Warehouse Customer Expansion 
Within CMA Logistics Subsidiary

Do your own research on this phenomenal new company, and you will see why it is 
a great addition to your 'portefollio'.

Again, this one will fly up to the sky!
We have never been wrong before!
Get it up on your watch list on Tue the 11th, March 08
Some people also find the steady sound of music or talk radio calming when 
first falling asleep at night.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#412825: shops, surrounded

2008-03-10 Thread Anja Edith
Melanie
Once again the strong winner hits!
Our first and very promising pick of 08
To watch Tuesday, the 11th of March 2008

Analysis of OrderPro Logistics:
Sym: OPLO
At: 0.006 (Upwards trend, a perfect time to get in)
5day Est: 0.02


In recent Headlines: OrderPro Logistics Announces Warehouse Customer Expansion 
Within CMA Logistics Subsidiary

Do your own research on this phenomenal new company, and you will see why it is 
a great addition to your 'portefollio'.

Again, this one will fly up to the sky!
We have never been wrong before!
Get it up on your watch list on Tue the 11th, March 08
Try... The Itty Bitty Book Light, which plugs into a wall and attaches to 
your book. It also comes with a battery pack. Real Simple: Sleep aids that 
diminish light




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#259200: computer screen.

2008-03-10 Thread Anja Mallard
Marko
Once again the strong winner hits!
Our first and very promising pick of 08
To watch Tuesday, the 11th of March 2008

Analysis of OrderPro Logistics:
Sym: OPLO
At: 0.006 (Upwards trend, a perfect time to get in)
5day Est: 0.02


In recent Headlines: OrderPro Logistics Announces Warehouse Customer Expansion 
Within CMA Logistics Subsidiary

Do your own research on this phenomenal new company, and you will see why it is 
a great addition to your 'portefollio'.

Again, this one will fly up to the sky!
We have never been wrong before!
Get it up on your watch list on Tue the 11th, March 08
Some people also find the steady sound of music or talk radio calming when 
first falling asleep at night.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#189026: face-to-face communication

2008-03-07 Thread Anja Lawley
Make your fat friends envy you http://www.Bedmasterhems.com




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#34689: University, where

2008-03-07 Thread Anja Huntington
Stop being obese and unhappy http://www.Bedmasterhems.com




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#339110: author Paul Thurrott

2007-04-03 Thread Anja twinem
platters till fresh SuperFetch utilizes
http://img444.imageshack.us/img444/4571/uhtd1.jpg
Newton went Crazy Indian proof Unix



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#399832: Bug is still present

2007-02-06 Thread Anja Slowinski

reopen 399832
thanks

Hi,

we experienced the same as Kateznik:
egroupware does not work with php5.2
only with the edits mentioned in
 http://.egroupware.org/viewvc?view=revrevision=22825
it is usable.

Thank you for an outstanding software nevertheless!

--
Yours,
Anja Slowinski

www.staff.uni-mainz.de/slowi, +49 6131 39 25621, Forum 2 00-241


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#302572: [bp-editores] Re: Bug#302572: Fortunes-es contains offensive quotes that should be in fortunes-es-off

2005-04-03 Thread Ana Guerrero (aka Anja)
El Domingo 03 Abril 2005 15:54, Javier Fernández-Sanguino Peña escribió:
 On Sun, Apr 03, 2005 at 12:22:40PM +0200, Javier Candeira wrote:
  Javier Fernández-Sanguino Peña wrote:
  You have skipped lots of them. And many which I don't find are truly
  offensive and I have actually kept those in fortunes and not moved them
 
  Could you please provide three new quotes that you think were
  misidentified so I can explain why I did include them?

 Sure, I did that in my last message but deleted it because I didn't want to
 go into a lengthy (and sterile) discussion, but here you go. Pray tell me
 how you feel these are offensive:

 El hogar es un santuario doméstico, en el que la mujer cumple el papel
 de sacerdotisa.

[]

 The funny thing is, many of these celebrity quotes are written by women.
 Moreover, most of them are ironic and hardly offensive to women (at least
 not to my dear wife). If you want to discuss quote by quote fine, but
 please do it outside the bug report (preferably in the 'debian-women'
 list?) and open a new bug pointing out the quotes you all feel offensive
 PGP-signed by at least 5 women Debian developers.


Are there 5 female DD? I think there are only 4...
In any case, there are not 5 female DD who speak spanish


  Also, you have not acknowledged or denied the rationale for the inclusion
  in the list of tu mujer me ama and el amor de la mujer casada (they
  are mysoginistic because they continue the trend of all married women
  are adulteressess because women are duplicitous and treacherous.

 I've never seen the trend that you see (that's a strange cliché I've never
 heard of before) and I rather not go into that discussion. I wouldn't care
 less if the quote said Smile, your husband loves me and I would gladly
 include both a women and a man oriented quote in these cases. Feel free to
 provide a patch.

 As for all the camioneros quotes, I moved them over with little review into
 the offensive side. After all truck drivers are not know for their
 eloquence or their good manners when speaking (hey! another cliché!)

  Yep, it does look like this package needs a better upstream ;)

 There is no upstream. This is a Debian-only package.

 Regards

 Javier
__
Renovamos el Correo Yahoo!: ¡250 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es