Top "Bundle" questions

Bundles are a group of resources.

How do I know what data is given in a Bundle?

I'm having a heck of a time figuring out what data is coming to my methods through Intent/Bundles. I've …

android android-intent bundle
Symfony2 - creating own vendor bundle - project and git strategy

We're considering creating our own common bundle for entity mapping and services for use within few separate apps. A bundle …

php git symfony bundle
Pass arraylist of user defined objects to Intent android

I am trying to pass a structure of arraylist to an intent as follows, In the calling function i am …

android android-intent bundle extras
Should everything really be a bundle in Symfony 2.x?

I'm aware of questions like this, where people tend to discuss the general Symfony 2 concept of bundle. The thing is, …

symfony architecture bundle
How to localize bundle display name in iPhone app?

How can I localize bundle display name of an iPhone app? The name displayed in iPhone main screen under app …

iphone localization bundle
Unable to resolve module 'AccessibilityInfo', when trying to create release bundle

I am running react-native bundle --platform windows --dev false --entry-file index.windows.js --bundle-output windows/app/ReactAssets/index.windows.bundle …

react-native bundle
Error installing debugger: Failed to build gem native extension with ruby-1.9.3-p362

While trying run bundle for a new project, I'm encountering the following error: Installing debugger (1.2.2) with native extensions Gem::Installer::…

ruby-on-rails ruby bundle
MVC4 bundling CSS failed Unexpected token, found '@import'

I'm trying to use bundling to combine & minify some CSS files. In my Global.aspx.cs Application_Start I …

c# asp.net-mvc bundle asp.net-optimization
Nokogiri 'Failed to build gem native extension' when I run bundle install

I'm running bundle install and I'm getting this error: Building nokogiri using system libraries. Gem::Ext::BuildError: ERROR: Failed to …

ruby-on-rails rubygems bundle nokogiri
Adding Bundles to existing ASP.NET Webforms solution

I am trying to add Bundles to an existing ASP.NET Webforms solution but my bundles always render empty and …

c# asp.net webforms bundle