Home Posts Topics Members FAQ
Ignass
1 New Member
I was working on a project which is hosted on BitBucket.
I left some months ago and no one removed me from that repo of the project. I was never interested in that code so I never looked at the repo, never did "git clone". I think I might have opened repo via BitBucket website some time in the middle between I left and now.
Today I opened repo, because I was curious is anyone still doing anything or no. Took a glance at last commit message ant left for my own repos.
Now I get an e-mail that owner has removed me from that repo.
So is it just a coincidence, or did the owner get notified that I opened repo?
Of course I could create other account and try, but thought I will just ask. I think it would be pretty annoying if you get an e-mail or some other notification when anyone opens your repo.
May 7 '18 #1
Subscribe Reply
0 1802
Sign in to post your reply or Sign up for a free account.
Similar topics
3 6859 Winamp does not load playlist when sending m3u file using php-script by: Emil |last post by: This is my problem: I'm writing a script that... 1. creates a customized pls/m3u playlist 2. sends the pls or a m3u playlist to the webbrowser. The browser should open Winamp/Windows Media Player and load the downloaded playlist. PHP |
3 11462 browser does not transform xml when server through web server by: robert walker |last post by: hi all, can someone help me with this I have xml file on my web server (iplanet) and want to to load them from a client (internet explorer) and see the transformed xml in html my xslt is billing_reports.xsl like this ===================================== .NET Framework |
2 6849 Word does not show up when trying to open doc thro C# by: VP |last post by: Hi, I am trying to open an existing word document, the execution happens with no error but Word does not come up and my document does not open. This is the code I am using.. Microsoft.Office.Interop.Word.ApplicationClass WordApp = new Microsoft.Office.Interop.Word.ApplicationClass(); C# / C Sharp |
8 2120 Why does foreach raise exception when no elements of specified typeexist? by: Brad Wood |last post by: When I do this: foreach( Button btn in myForm.Controls ) An exception is raised when no buttons exist. I would simply expect execution to continue after the foreach loop (just as would be the case with a regular for loop when the second expression is false when the loop begins). Is there an explanation for this? C# / C Sharp |
8 3910 asp:button does not fire event when placed inside asp:table by: tatemononai |last post by: I had a beautiful script that was running, well, just beautifully. But then I decided to take a button that fired an event and place it inside a <asp:table. The event WILL NOT FIRE INSIDE THE TABLE!?! When I move the button outside the table, it works just fine. Inside the table, it doesn't. What gives? ASP.NET |
3 5448 How to minimize form owner when a form is minimized? by: Don |last post by: If you have a form that calls another form via the following code: Dim myForm as Form2 myForm = New Form2 myForm.Owner = Me MyForm.ShowDialog and you minimize the second form, the first form remains visible (albeit completely disabled). Visual Basic .NET |
934 Does WSE really care (when authenticating via PKI) what type of we by: trend |last post by: Does WSE really care (when authenticating via PKI) what type of webserver it authenticates to? Example: I have 10client programs that I handed out to my friends.. with each of these client programs, each person got a public key. When the software tries to update, it connects to a webserver and authenticates itself via providing it's public key and then grabs /update.exe Does it really matter if the remote webserver is IIS... .NET Framework |
4 1144 Does containers get copied when used as parameters? by: Gaijinco |last post by: When I do something like: void Foo(string s) { // something here } does ti copy S, or as with a char* it only copies the location where the string is? C / C++ |
1 6752 CommandArgument does not contain index when under Templatefield?? by: jobs |last post by: CommandArgument does not contain row index when command under Templatefield of- Gridview It appears CommandArgument passed to the rowcommand event does not contain row index when the command is called from a control under a Templatefield. Why is this not the case when the command is from a Buttonfield for example. And, if this so, how can I get the index of the row executing the command. This code works for Buttonfield under the... ASP.NET |
7 2418 Excel.exe does not leave memory when called from Web Service by: John Bailo |last post by: I wrote a c# web service that creates an Excel spreadsheet. Even though I follow all the formal procedures for closing the app and finalizing, an instance of Excel still remains in memory. Is this a problem? With that instance of Excel.exe eventually go away because of GC? I follow the procedures described here: http://blogs.geekdojo.net/richardhsu/archive/2003/11/14/281.aspx I converted this app to a console app, and in this... C# / C Sharp |
9985 Changing the language in Windows 10 by: Hystou |last post by: Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,... Windows Server |
11173
Maximizing Business Potential: The Nexus of Website Design and Digital Marketing by: jinu1996 |last post by: In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is... Online Marketing |
10694
Discussion: How does Zigbee compare with other wireless protocols in smart home applications? by: tracyyun |last post by: Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some... General |
9893
AI Job Threat for Devs by: agi2029 |last post by: Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea... Career Advice |
1 8256
Access Europe - Using VBA to create a class based on a table - Wed 1 May by: isladogs |last post by: The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will... Microsoft Access / VBA |
7431 Couldnt get equations in html when convert word .docx file to html file in C#. by: conductexam |last post by: I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();... C# / C Sharp |
1 4948 transfer the data from one system to another through ip address by: 6302768590 |last post by: Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system C# / C Sharp |
2 4540
How to add payments to a PHP MySQL app. by: muto222 |last post by: How can i add a mobile payment intergratation into php mysql website. PHP |
3 3544
Comprehensive Guide to Website Development in Toronto: Expert Insights from BSMN Consultancy by: bsmnconsultancy |last post by: In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive... General |
By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.
To disable or enable advertisem*nts and analytics tracking please visit the page.